Commit 1bee46237af5684c64cebaa391a0e9d5ac788ea8
1 parent
64de7ec6
Exists in
master
and in
2 other branches
Manage news url included
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
amadeus/templates/base.html
... | ... | @@ -166,7 +166,7 @@ |
166 | 166 | <ul class="dropdown-menu" role="menu"> |
167 | 167 | <li><a href="{% url 'users:manage' %}">{% trans 'Manage Users' %}</a></li> |
168 | 168 | <li><a href="{% url 'categories:index' %}">{% trans 'Manage Categories' %}</a></li> |
169 | - <li><a href="">{% trans 'Manage News' %}</a></li> | |
169 | + <li><a href="{% url 'news:manage_news' %}">{% trans 'Manage News' %}</a></li> | |
170 | 170 | <li class="dropdown-accordion" data-accordion="#system_accordion"> |
171 | 171 | <div class="panel-group" id="system_accordion"> |
172 | 172 | <div class="panel panel-default"> | ... | ... |