Not an answer just an update:

>         {% comment %}
>         <p><a href="{% url img_list_images %}"> Imagelist</a></p>
>         {% uncomment %}
> is not correct.
>

Correctly commented out the lines look like 
{% comment %}
        <p><a href="{% url img_list_images %}"> Imagelist</a></p>
{% endcomment %}

The wrong comment out brace caused the inlude file to be ignored at all, so 
no error was generated. If the comment brace is set correctly the line 
<p><a href="{% url img_list_images %}"> Imagelist</a></p>
will always cause an error, even if I change names.

 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/0LddmWpw3qwJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to