Browse Source

Clearer label for the 'Back to site' button

Baptiste Jonglez 10 years ago
parent
commit
a7ad891fd6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      coin/templates/admin/base_site.html

+ 1 - 1
coin/templates/admin/base_site.html

@@ -15,7 +15,7 @@
 
 {% block userlinks %}
     {{ block.super }}
-    / <a href="{% url 'home' %}">Fermer admin</a>    
+    / <a href="{% url 'home' %}">Retour au site</a>
 {% endblock %}
 
 {% block nav-global %}{% endblock %}