aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/templates/base.htm3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/base.htm b/data/templates/base.htm
index efc9e3b..fabfd52 100644
--- a/data/templates/base.htm
+++ b/data/templates/base.htm
@@ -95,5 +95,8 @@
<a href="http://www.gnu.org/licenses/agpl-3.0.html">
<abbr title="GNU Affero General Public License">AGPL</abbr></a>.
</div>
+ {% if autologin %}
+ <script src="js/autologin.js"></script>
+ {% endif %}
</body>
</html>