~pidgeon690/pidge-groups/trunk

« back to all changes in this revision

Viewing changes to Apps/Users/templates/users-activate-failure

  • Committer: Fergus Ross Ferrier
  • Date: 2009-05-25 22:10:29 UTC
  • mfrom: (273.2.4 refactor+user)
  • Revision ID: hello@fergusrossferrier.co.uk-20090525221029-gqdycg3rfhxujqpz
Merged user-refactor fun.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% extends "base" %}
2
 
{% block title %}Activation Failure{% endblock %}
3
 
{% block content %}
4
 
<p>Sadly we could not activate your account. Please return to the email containing the activation link, and ensure that you copy and paste the full link into the location bar of your browser in one line. </p>
5
 
<p>If you are still having problems, please <a href="{% url basic.views.Feedback %}">get in touch</a> and we'll do our best to help.</p>
6
 
{% endblock %}