diff options
author | Marian Sigler <m@qjym.de> | 2012-10-05 22:09:57 +0200 |
---|---|---|
committer | Marian Sigler <m@qjym.de> | 2012-10-05 22:09:57 +0200 |
commit | f977b8ee3e46b3b3ead86d08b3ef6298a4b430b9 (patch) | |
tree | 00321051a25baa65c84a1589d06a46935818a5e4 /templates/about.html | |
parent | 457066ad1bc58ef70b1e224616c8ba9955d2acf4 (diff) | |
download | web-f977b8ee3e46b3b3ead86d08b3ef6298a4b430b9.tar.gz web-f977b8ee3e46b3b3ead86d08b3ef6298a4b430b9.tar.bz2 web-f977b8ee3e46b3b3ead86d08b3ef6298a4b430b9.zip |
Disallow usernames starting with admin or root. Allow digits.
Diffstat (limited to 'templates/about.html')
-rw-r--r-- | templates/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/about.html b/templates/about.html index 03d56e4..3056e97 100644 --- a/templates/about.html +++ b/templates/about.html @@ -1,6 +1,6 @@ {%- extends 'base.html' %} {%- from '_macros.html' import render_field %} -{%- set title = 'Über spline account' %} +{%- set title = 'Über spline accounts' %} {%- block content %} <h2>Was ist ein Spline-Account?</h2> <p> |