Commit 0be1644a12646cc409b1c789133f91073df185f4

Authored by Gustavo Bernardo
1 parent a9288600

Included the option Manage News in the menu, but it's not functional yet

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
amadeus/templates/base.html
... ... @@ -166,6 +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 170 <li class="dropdown-accordion" data-accordion="#system_accordion">
170 171 <div class="panel-group" id="system_accordion">
171 172 <div class="panel panel-default">
... ...