diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-05 08:38:30 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-05-05 08:38:30 +0200 |
commit | bdb8818e04d752eb5d570d9d495e1a7932c31181 (patch) | |
tree | a9d3b1e28eeff1c47a8dd3f0dc506238e909f153 /pyaggr3g470r/templates | |
parent | Updated revision date. (diff) | |
download | newspipe-bdb8818e04d752eb5d570d9d495e1a7932c31181.tar.gz newspipe-bdb8818e04d752eb5d570d9d495e1a7932c31181.tar.bz2 newspipe-bdb8818e04d752eb5d570d9d495e1a7932c31181.zip |
Added a link to the home to let the user request form an account.
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r-- | pyaggr3g470r/templates/login.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/login.html b/pyaggr3g470r/templates/login.html index 4f3b6c87..689b259f 100644 --- a/pyaggr3g470r/templates/login.html +++ b/pyaggr3g470r/templates/login.html @@ -26,5 +26,8 @@ {{ form.submit(class_="btn") }} </form> </div> + {% if email != '' %} + <p><a href="mailto:{{ email }}?subject=[pyAggr3g470r] {{ _('Account creation') }}">{{ _('Request an account.') }}</a></p> + {% endif %} </div><!-- /.container --> {% endblock %}
\ No newline at end of file |