project/templates/user/_usermenu.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 20 Jul 2010 15:48:35 +0530
changeset 118 78dfa383f6a3
parent 96 178b89a3ca4f
child 141 3a325a865252
permissions -rw-r--r--
Changed the URLs to accommodate scope as the parameter.
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
<div class="right">
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     2
    <ul class="horizontal-menu">
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     3
        <li>
118
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
     4
            <a href="{% url scipycon_account params.scope %}">My Profile</a>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     5
        </li>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     6
        <li>
118
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
     7
            <a href="{% url scipycon_edit_profile params.scope %}">Edit Profile</a>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     8
        </li>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     9
        <li>
118
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    10
            <a href="{% url scipycon_password params.scope %}">Change Password</a>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    11
        </li>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    12
        <li>
118
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    13
            <a href="{% url scipycon_username params.scope %}">Change Username</a>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    14
        </li>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    15
    </ul>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    16
</div>