~ubuntu-us-ma/us-ma-loco-site/trunk

« back to all changes in this revision

Viewing changes to templates/registration/activate.html

  • Committer: Martin Owens
  • Date: 2008-06-09 13:52:43 UTC
  • Revision ID: doctormo@delen-20080609135243-wclff7592e5pu08g
Start of website commiting

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends "base.html" %}
 
2
 
 
3
{% block title %}Account activation{% endblock %}
 
4
 
 
5
{% block content %}
 
6
{% load humanize %}
 
7
<h2>Account activation</h2>
 
8
{% if account %}
 
9
<p>Thanks for signing up! Now you can <a href="/accounts/login/">log in</a> and start contributing!</p>
 
10
{% else %}
 
11
<p>Either your activation link was incorrect, or the activation key for your account has expired; activation keys are only
 
12
valid for {{ expiration_days|apnumber }} days after registration.</p>
 
13
{% endif %}
 
14
{% endblock %}
 
 
b'\\ No newline at end of file'