diff --git a/templates/base.html b/templates/base.html index 9d64a9618f90b8f98ce56022577fc2d72c5a1e6f..5c1fd95736cfba150e750d8d2255fe0e483b3f5e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -106,6 +106,7 @@ {% block footer_custom %} {% endblock %} <a href="{% url "admin:index" %}">{% trans "Go to backend" %}</a> · + <a href="{% url "docs_root" %}">{% trans "Docs" %}</a> · {% footer_info as FI %} {% if FI.impress_text %} {{ FI.impress_text }} ·