~pidgeon690/pidge-events/trunk

« back to all changes in this revision

Viewing changes to Apps/Groups/templates/groups-invitation-cancelled

  • Committer: Fergus Ross Ferrier
  • Date: 2009-05-26 15:09:25 UTC
  • Revision ID: hello@fergusrossferrier.co.uk-20090526150925-695q8cy20mahagdw
Split events to separate app and repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% extends "base" %}
2
 
{% block title %}Group Invitation{% endblock %}
3
 
{% block content %}
4
 
 
5
 
<p>This invitation appears to have been cancelled. Perhaps you or someone else who received the invitation has already used it to become a controller of the group in question?</p>
6
 
 
7
 
<p>If this is a mistake and you still wish to become a controller of the group in question please locate the <a href="{% url Groups.views.All %}">Group</a> on our web site, and choose the 'Claim Control of this Group' link on the group's page. </p>
8
 
{% endblock %}