summaryrefslogtreecommitdiff
path: root/templates/intro.tmpl
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-26 17:10:50 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-26 17:10:50 +0200
commit8ba2c0def848f72c6c817fdeb0cc220d3da0d8ee (patch)
tree8830253f0d1969ae3f4a268b8b295220e2943f3a /templates/intro.tmpl
parentef2fed182ff854786381be71c603ee2fea290e08 (diff)
downloadaCms-8ba2c0def848f72c6c817fdeb0cc220d3da0d8ee.tar.gz
aCms-8ba2c0def848f72c6c817fdeb0cc220d3da0d8ee.tar.bz2
working on register user
Diffstat (limited to 'templates/intro.tmpl')
-rw-r--r--templates/intro.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/intro.tmpl b/templates/intro.tmpl
index 205f952..3e524c2 100644
--- a/templates/intro.tmpl
+++ b/templates/intro.tmpl
@@ -17,6 +17,9 @@
<% else %>
If you want to edit pages, please log in
<a href="<%= login_link %>">here</a>.
+ <br/>
+ If you don't have an account yet, you can register for
+ a new one <a href="<%= register_link %>">here</a>.
<% end %>
</div>
<% end template %>