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