project/templates/user/_usermenu.html
author Parth buch <parth.buch.115@gmail.com>
Sat, 03 Dec 2011 20:05:08 +0530
branch2011
changeset 494 ac6dbb3685db
parent 141 3a325a865252
permissions -rw-r--r--
changed the menu ul li tags
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>
141
3a325a865252 Added get_full_name to event and used in required templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 118
diff changeset
     4
            <a href="{% url scipycon_account params.scope %}">My Account</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>
141
3a325a865252 Added get_full_name to event and used in required templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 118
diff changeset
     9
        {% comment %} <li>
3a325a865252 Added get_full_name to event and used in required templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 118
diff changeset
    10
            <a href="{% url scipycon_edit_registration params.scope registration.id %}">Edit Registration</a>
3a325a865252 Added get_full_name to event and used in required templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 118
diff changeset
    11
        </li>
3a325a865252 Added get_full_name to event and used in required templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 118
diff changeset
    12
        {% endcomment %}
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
        <li>
118
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    14
            <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
    15
        </li>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    16
        <li>
118
78dfa383f6a3 Changed the URLs to accommodate scope as the parameter.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    17
            <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
    18
        </li>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    19
    </ul>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    20
</div>