Django url template template and variable values with dot (.)
3 answers
Please confirm that you are using at least Django 1.0 (named url patterns did not exist before this time), re-read the Django doc on URL Naming Patterns , then try
{% url user_profile myVar %}
+1
a source to share