aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/login.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-05 08:38:30 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-05 08:38:30 +0200
commitbdb8818e04d752eb5d570d9d495e1a7932c31181 (patch)
treea9d3b1e28eeff1c47a8dd3f0dc506238e909f153 /pyaggr3g470r/templates/login.html
parentUpdated revision date. (diff)
downloadnewspipe-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/login.html')
-rw-r--r--pyaggr3g470r/templates/login.html3
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
bgstack15