From 83223f5297f30f3ddc65d1f367b9f85aacebf907 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjamin=20H=C3=A4ttasch?=
 <benjamin.haettasch@fachschaft.informatik.tu-darmstadt.de>
Date: Tue, 15 Aug 2023 21:10:22 +0200
Subject: [PATCH] Add link to docs to footer

---
 templates/base.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/base.html b/templates/base.html
index 9d64a961..5c1fd957 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> &middot;
+            <a href="{% url "docs_root" %}">{% trans "Docs" %}</a> &middot;
             {% footer_info as FI %}
             {% if FI.impress_text %}
                 {{ FI.impress_text }} &middot;
-- 
GitLab