summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-29 18:58:07 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-29 18:58:07 +0200
commitcb69299b9d59db0888e942025ae4915c6f32d066 (patch)
treefcb85301442a9eda1ed9d60a8ba52d8c60f11114 /templates
parentfa132310bf61c115907e5c237333207f308b1de4 (diff)
downloadaCms-cb69299b9d59db0888e942025ae4915c6f32d066.tar.gz
aCms-cb69299b9d59db0888e942025ae4915c6f32d066.tar.bz2
added libquickmail and email registration
Diffstat (limited to 'templates')
-rw-r--r--templates/confirm_register.tmpl7
-rw-r--r--templates/master.tmpl3
2 files changed, 8 insertions, 2 deletions
diff --git a/templates/confirm_register.tmpl b/templates/confirm_register.tmpl
index 8b41290..820f6f4 100644
--- a/templates/confirm_register.tmpl
+++ b/templates/confirm_register.tmpl
@@ -14,9 +14,14 @@
<% form as_table confirm_register %>
</table>
</form>
-
+ </div>
+ <div>
If you entered the correct code, you can try to log in.
</div>
+ <div>
+ If you don't get a code via email, contact the webmaster of this
+ site.
+ </div>
<% end template %>
<% end view %>
diff --git a/templates/master.tmpl b/templates/master.tmpl
index b80d0f9..0f42360 100644
--- a/templates/master.tmpl
+++ b/templates/master.tmpl
@@ -24,6 +24,7 @@
<li><a href="http://cppcms.com/wikipp/en/page/main">CppCMS</a><br/>a C++ web programming framework</li>
<li><a href="http://brokestream.com/captcha.html"</li>libcaptcha</a><br/>a C standalone Captcha generator</li>
<li><a href="http://libb64.sourceforge.net/"</li>libb64</a><br/>a BASE64 encoder/decoder library</li>
+ <li><a href="http://sourceforge.net/projects/libquickmail/"</li>libquickmail</a><br/>a library to send emails</li>
</ul>
</div>
@@ -37,7 +38,7 @@
<% include page_content( ) %>
<p class="credits">&copy; 2015 Patrick Frey<br />
- Template design by <a href="http://andreasviklund.com/">Andreas Viklund</a> / Best hosted at <a href="https://www.svenskadomaner.se/?ref=mall&amp;ling=en" title="Svenska Domäner AB">www.svenskadomaner.se</a></p>
+ Template design by <a href="http://andreasviklund.com/">Andreas Viklund</a> / Best hosted at <a href="https://www.svenskadomaner.se/?ref=mall&amp;ling=en" title="Svenska Domner AB">www.svenskadomaner.se</a></p>
</div>
</body>