]> git.parisson.com Git - teleforma.git/commitdiff
Remove old admin url
authorYoan Le Clanche <yoanl@pilotsystems.net>
Thu, 13 Jan 2022 13:46:05 +0000 (14:46 +0100)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Thu, 13 Jan 2022 13:46:05 +0000 (14:46 +0100)
teleforma/templates/teleforma/base.html

index 866b4443d2ceaea64f4e909e048ecb0544f7abd2..6134e910031caa8ccddef09ec4f439ecd911533c 100644 (file)
@@ -100,7 +100,7 @@ alt="logo" />
 
  {% if user.is_authenticated %}
   {% if user.is_staff %}
-   <li><a target="_blank" href="/admin/django/" class="blue">{% trans "Admin" %}</a></li>
+   <li><a target="_blank" href="/admin" class="blue">{% trans "Admin" %}</a></li>
   {% endif %}
 
   <li style="a.active{background-image:{{ STATIC_URL }}teleforma/images/user_tr_bk.png; background-repeat: no-repeat;