I would like to use the tag {% url%} in order to do hard, in connection with which I faced the following problem:
-
I transmit the model containing pages
{% for page in pass %}
-
I want to insert the page name in the parameter, but Django curses on a similar record
{ % url 'blog.Views.View' pageename = {{page.name}}}}} %}
{ %endfor %}
Please tell me, what I am doing wrong
question@mail.ru
·