From 043f57cc6a5f2bfb0e698aaa23f7bfbd2c62ee0e Mon Sep 17 00:00:00 2001 From: Tris Date: Mon, 14 Sep 2020 14:01:29 +1000 Subject: [PATCH] Added login instructions --- interface/templates/registration/login.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/interface/templates/registration/login.html b/interface/templates/registration/login.html index a30ffa0..372259c 100644 --- a/interface/templates/registration/login.html +++ b/interface/templates/registration/login.html @@ -1,6 +1,11 @@ {% extends "base.html" %} {% block content %} +
+

+ Login is only required to administer a project.
+ If you have an ensemble code enter it here instead. +

{% csrf_token %} {{ form }} @@ -8,4 +13,5 @@
+ {% endblock %} \ No newline at end of file