Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
527d3f56
Commit
527d3f56
authored
Feb 06, 2012
by
Sofia Papagiannaki
Browse files
fix tab activation
parent
1e685275
Changes
1
Hide whitespace changes
Inline
Side-by-side
astakos/im/templates/im/account_base.html
View file @
527d3f56
...
...
@@ -10,16 +10,16 @@
{% endblock %}
{% block page.nav.items %}
<li
class=
"{% if tab == "
profile
"
%}
active
{%
endif
%}"
>
<li
class=
"{% if tab == "
im
/
profile
"
%}
active
{%
endif
%}"
>
<a
href=
"{% url astakos.im.views.edit_profile %}"
>
Profile
</a>
</li>
<li
class=
"{% if not tab %}active{% endif %}"
>
<a
href=
"{% url django.contrib.auth.views.password_change %}"
>
Change password
</a>
</li>
<li
class=
"{% if tab == "
invitations
"
%}
active
{%
endif
%}"
>
<li
class=
"{% if tab == "
im
/
invitations
"
%}
active
{%
endif
%}"
>
<a
href=
"{% url astakos.im.views.invite %}"
>
Invitations
</a>
</li>
<li
class=
"{% if tab == "
feedback
"
%}
active
{%
endif
%}"
>
<li
class=
"{% if tab == "
im
/
feedback
"
%}
active
{%
endif
%}"
>
<a
href=
"{% url astakos.im.views.send_feedback %}"
>
Send feedback
</a>
</li>
{% endblock %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment