project/templates/user/login.html
author primal primal007@gmail.com
Wed, 14 Sep 2011 16:09:47 +0530
branch2011
changeset 396 c4b236ea6912
parent 118 78dfa383f6a3
permissions -rw-r--r--
Edited the login page
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     1
{% extends "base.html" %}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     2
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     3
{% block title %}Login or Register{% endblock %}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     4
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     5
{% block content %}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     6
<h1>Login or Register</h1>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     7
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     8
    <div class="login">
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     9
        <h2 class="authenticate">Login</h2>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    10
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    11
        <div class="description">
118
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    12
          Log in for registered users of the site.
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    13
        </div>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    14
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    15
        <form class="authenticate"
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    16
              enctype="multipart/form-data"
118
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    17
              action="{% url scipycon_login params.scope %}"
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    18
              method="post">
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    19
118
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    20
          <table class="scipycon-default">
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    21
            {{ login_form }}
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    22
            <tr>
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    23
              <td></td>
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    24
              <td>
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    25
                <a href="{% url scipycon_password_reset %}">
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    26
                  Forgot password?
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    27
                </a>
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    28
              </td>
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    29
            </tr>
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    30
          </table>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    31
118
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    32
          <input type="hidden" name="action" value="login" />
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    33
118
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    34
          <input type="hidden" name="next" value="{{ next_url }}" />
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    35
118
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    36
          <button class="button left" type="submit">Login</button>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    37
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    38
        </form>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    39
    </div>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    40
396
c4b236ea6912 Edited the login page
primal primal007@gmail.com
parents: 118
diff changeset
    41
c4b236ea6912 Edited the login page
primal primal007@gmail.com
parents: 118
diff changeset
    42
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    43
    <div class="register">
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    44
        <h2 class="authenticate">Register</h2>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    45
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    46
        <div class="description">
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    47
            If you are not already a member of the site you can register here.
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    48
        </div>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    49
118
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    50
        <form action="{% url scipycon_login params.scope %}" method="post">
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    51
          <table class="scipycon-default">
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    52
            {{ register_form }}
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    53
          </table>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    54
118
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    55
          <input type="hidden" name="action" value="register" />
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    56
118
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    57
          <input type="hidden" name="next" value="{{ next_url }}" />
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    58
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    59
          <button class="button left" type="submit">Register</button>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    60
        </form>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    61
    </div>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    62
{% endblock content %}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    63