Browse Source

Merge branch 'about_page' of https://gitlab.federez.net/federez/re2o into about_page

squash_migration
matthieu 8 years ago
committed by root
parent
commit
1802fbdaa7
  1. 1
      templates/base.html

1
templates/base.html

@ -86,6 +86,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% can_view_app logs %}
<li><a href="{% url "logs:index" %}">Statistiques</a></li>
{% acl_end %}
<li><a href="{% url "about" %}">À propos</a></li>
</ul>
<div class="col-sm-3 col-md-3 navbar-right">
<form action="{% url "search:search"%}" class="navbar-form" role="search">

Loading…
Cancel
Save