Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #29 from apuignav/master
Browse files Browse the repository at this point in the history
Removed Help link
  • Loading branch information
gdujany committed May 12, 2015
2 parents 5182f34 + 95448b0 commit a733a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Condorcet/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1><a href="{{ url_for('root') }}">LHCb Physics Coordinator Election</a></h1>
{% if session.user.admin %}
<li><a href="admin">Admin</a></li>
{% endif %}
<li><a href="#">Help</a></li>
<!-- <li><a href="#">Help</a></li> -->
<li><a href="{{ contact_url() }}">Contact</a></li>
<li><a href="https://login.cern.ch/adfs/ls/?wa=wsignout1.0">Sign out</a></li>
</ul>
Expand Down

0 comments on commit a733a92

Please sign in to comment.