Remove uri_encode and use Tera filter instead #6
Reference in New Issue
Block a user
No description provided.
Delete Branch "remove_uri_dependency"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While working on the lykin tutorial series I realised I could do away with the
uri_encodedependency and simply perform the encoding using a Tera filter (in-template encoding).