tagged [django-templates]
Multiple level template inheritance in Jinja2?
Multiple level template inheritance in Jinja2? I do html/css by trade, and I have been working on and off django projects as a template designer. I'm currently working on a site that uses Jinja2, whic...
- Modified
- 29 Dec at 20:3
Problem with encoding in Django templates
Problem with encoding in Django templates I'm having problems using {% ifequal s1 "some text" %} to compare strings with extended characters in Django templates. When string s1 contains ascii characte...
- Modified
- 27 Jan at 17:23
Django, creating a custom 500/404 error page
Django, creating a custom 500/404 error page Following the tutorial found [here](https://docs.djangoproject.com/en/dev/intro/tutorial03/) exactly, I cannot create a custom 500 or 404 error page. If I ...
- Modified
- 22 Dec at 09:45
Using {% url ??? %} in django templates
Using {% url ??? %} in django templates I have looked a lot on google for answers of how to use the 'url' tag in templates only to find many responses saying 'You just insert it into your template and...
- Modified
- 22 Apr at 15:3