~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to templates/registration/activate.html

  • Committer: Holger Rapp
  • Date: 2012-03-17 16:00:49 UTC
  • Revision ID: sirver@gmx.de-20120317160049-nf1tumjze1zqx1xj
Added a template for activation if tries to activate for the second time

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends "base.html" %}
 
2
 
 
3
{% block content %}
 
4
An error occured: Either this account has already been activated or activation key is invalid.<br>
 
5
Try <a href="/accounts/login">logging in</a>.
 
6
{% endblock %}