~pidgeon690/pidge-groups/trunk

« back to all changes in this revision

Viewing changes to Apps/Users/templates/users-register-details

  • Committer: Fergus Ross Ferrier
  • Date: 2009-03-22 11:39:41 UTC
  • mfrom: (272.1.1 project)
  • Revision ID: hello@fergusrossferrier.co.uk-20090322113941-8qikh06m0dzmeae9
Removed RavenAuth coupling.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        <form action='.' method='post'>
12
12
            {% if flags.passwords_not_same %}<div class='errorlist'>Password and password check are not the same. Please re-type.</div>{% endif %}
13
13
            {% if flags.already_user %}<div class='errorlist'>This e-mail address is already registered. Perhaps you'd like to <a href='/Login/Reset-Password/'>receive a password reminder</a> for your existing account?</div>{% endif %}
14
 
            {% if crsid %}
15
 
                <p>
16
 
                    <label>
17
 
                        Raven ID
18
 
                    </label>
19
 
                    {{ crsid }}<p>[<a href="{% url Users.views.Logout "/Register/Details/" %}">Logout</a> if you don't want to register with this Raven ID.]</p>
20
 
                </p>
21
 
            {% endif %}
22
14
            {{ userform }}
23
15
            {{ cambridgeform }}
24
16
            <input class='mp-form-button' type='submit' value='Register'>