aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2013-09-08 15:40:46 +0200
committerTheo Chatzimichos <tampakrap@gentoo.org>2013-09-08 15:40:46 +0200
commite78d2a77a7de729abef8d83c599a82dda0da5fae (patch)
treed45e1fe3650edb63ab3c3f53b2c0992b96c3f05f /okupy/templates/base.html
parentMerge pull request #86 from dastergon/misc_flake8 (diff)
downloadidentity.gentoo.org-e78d2a77a7de729abef8d83c599a82dda0da5fae.tar.gz
identity.gentoo.org-e78d2a77a7de729abef8d83c599a82dda0da5fae.tar.bz2
identity.gentoo.org-e78d2a77a7de729abef8d83c599a82dda0da5fae.zip
Identation, whitespace and other cosmetics fixes in templates
Diffstat (limited to 'okupy/templates/base.html')
-rw-r--r--okupy/templates/base.html37
1 files changed, 18 insertions, 19 deletions
diff --git a/okupy/templates/base.html b/okupy/templates/base.html
index d8f1b1e..e320317 100644
--- a/okupy/templates/base.html
+++ b/okupy/templates/base.html
@@ -59,23 +59,23 @@
<li><a href="http://sources.gentoo.org/" title="Browse our source code">Sources</a></li>
</ul>
</li>
- {% if user.is_authenticated %}
- <li class="divider-vertical"></li>
- <li class="dropdown">
- <a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ user.username }}<b class="caret"></b></a>
- <ul class="dropdown-menu">
- <li><a href="{% url 'index' %}" title="View Profile">View Profile</a></li>
- <li><a href="{% url 'profile-settings' %}" title="Edit Profile">Edit Profile</a></li>
- <li><a href="{% url 'contact-settings' %}" title="Contact Settings">Contact Settings</a></li>
- <li><a href="{% url 'password-settings' %}" title="Change Password">Change Password</a></li>
- <li><a href="{% url 'email-settings' %}" title="Email Settings">Email Settings</a></li>
- <li><a href="{% url 'gentoo-dev-settings' %}" title="Gentoo Account Settings">Gentoo Account Settings</a></li>
- <li><a href="#" title="Invite others">Invite</a></li>
- <li><a href="{% url 'logout' %}" title="Logout">Logout</a></li>
- </ul>
- </li>
- {% endif %}
- </ul>
+ {% if user.is_authenticated %}
+ <li class="divider-vertical"></li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ user.username }}<b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li><a href="{% url 'index' %}" title="View Profile">View Profile</a></li>
+ <li><a href="{% url 'profile-settings' %}" title="Edit Profile">Edit Profile</a></li>
+ <li><a href="{% url 'contact-settings' %}" title="Contact Settings">Contact Settings</a></li>
+ <li><a href="{% url 'password-settings' %}" title="Change Password">Change Password</a></li>
+ <li><a href="{% url 'email-settings' %}" title="Email Settings">Email Settings</a></li>
+ <li><a href="{% url 'gentoo-dev-settings' %}" title="Gentoo Account Settings">Gentoo Account Settings</a></li>
+ <li><a href="#" title="Invite others">Invite</a></li>
+ <li><a href="{% url 'logout' %}" title="Logout">Logout</a></li>
+ </ul>
+ </li>
+ {% endif %}
+ </ul>
</div>
</div>
</div>
@@ -105,8 +105,7 @@
</div>
</div>
</div>
- </div>
-</footer>
+ </footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
{% compress js %}
<!--[if lt IE 9]>