Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reverse url matching syntax error in django 1.6 #2

Open
jimmykobe1171 opened this issue Jan 16, 2015 · 1 comment
Open

reverse url matching syntax error in django 1.6 #2

jimmykobe1171 opened this issue Jan 16, 2015 · 1 comment

Comments

@jimmykobe1171
Copy link

In /mezzanine_polls/templates/pages/poll.html line 9:

<ul>
    <li><a href="{% url home %}">{% trans "Home" %}</a> &gt;&nbsp;</li>
    <li>{% trans "Poll" %}: {{ page.title }}</li>
 </ul><br />

url home is invalid in django 1.6, should be url 'home'

@manbago
Copy link

manbago commented Jun 20, 2015

Thanks, its runs!

jthetzel pushed a commit to jthetzel/mezzanine_polls that referenced this issue Jul 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants