Skip to content

Commit 9642f0a

Browse files
committed
Add signup soon message
1 parent 606dfd8 commit 9642f0a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cms/templates/admin/login.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@
3535

3636
<div id="content-main">
3737

38+
{% if user.is_anonymous %}
39+
<p>
40+
{% blocktranslate trimmed %}
41+
Testing. Signups will open soon!
42+
{% endblocktranslate %}
43+
</p>
44+
{% endif %}
45+
3846
{% if user.is_authenticated %}
3947
<p class="errornote">
4048
{% blocktranslate trimmed %}

0 commit comments

Comments
 (0)