summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2025-01-20 22:09:34 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2025-01-20 22:09:34 +0000
commitb34ad3a82bd40803f540cf9c5ec81d0106a2c087 (patch)
treebc4dd0d4eac5317ca4733a8efea1c0e9069ccaad
parentba5987b67417ef6af563dbe7c8405f4c6182eaee (diff)
downloadtroggle-b34ad3a82bd40803f540cf9c5ec81d0106a2c087.tar.gz
troggle-b34ad3a82bd40803f540cf9c5ec81d0106a2c087.tar.bz2
troggle-b34ad3a82bd40803f540cf9c5ec81d0106a2c087.zip
infelicities
-rw-r--r--templates/base.html2
-rw-r--r--templates/login/register.html3
2 files changed, 3 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 404a5ef..6434d1d 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -28,7 +28,7 @@
<a id="handbook" href="/handbook/computing/onlinesystems.html">Handbook</a> |
{% if user.username %}User:{{ user.username }}
{% if user.person %}(<a href="{{ user.person.get_absolute_url }}">{{ user.person }}</a>){% endif %}
- | <a href='/accounts/logout/'>Log out</a> {% else %} <a href='/accounts/register/'>Register</a> <a href='/accounts/login/'>Log in</a> {% endif %}
+ | <a href='/accounts/logout/'>Log out</a> {% else %} <a href='/accounts/register/'>Register</a> | <a href='/accounts/login/'>Log in</a> {% endif %}
{% endblock%}
</div>
diff --git a/templates/login/register.html b/templates/login/register.html
index d62861f..07161a0 100644
--- a/templates/login/register.html
+++ b/templates/login/register.html
@@ -64,7 +64,8 @@ right now.
<h3>Students !</h3>
Please do not use an email address which will expire when you leave your current institution.
-This will happen much sooner than you realise.
+This will happen much sooner than you realise. If you realise that you have done this on the email list,
+you can change it at the bottom of <a href="https://lists.wookware.org/cgi-bin/mailman/listinfo/expo">this page</a>.
<h3>Security note</h3>
We never store passwords at all, we only store a cryptographic hash.