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

Commit

Permalink
removed reference to membership commitee
Browse files Browse the repository at this point in the history
  • Loading branch information
gdujany committed May 5, 2015
1 parent 79f7f46 commit 4a338da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Condorcet/templates/alreadyVoted.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
{% block body %}
<h2>You have already voted</h2>

<p>Each LHCb author is allowed a single unalterable vote, and there is already a vote registered for {{ session.user.fullname }}. If you believe that you have not yet voted, please <a href="{{ contact_url() }}">contact the membership committee</a>.</p>
<p>Each LHCb author is allowed a single unalterable vote, and there is
already a vote registered for {{ session.user.fullname }}. If you believe
that you have not yet voted, please <a href="{{ contact_url() }}">contact
the admins</a>.</p>
<p><a href='results'>Click here</a> to see the election results.</p>
{% endblock %}
2 changes: 1 addition & 1 deletion Condorcet/templates/notAuthor.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2>Not eligible to vote</h2>
<p>The LHCb constitution only allows LHCb collaborators who are on the author list to vote in the Physics Coordinator elections, and so you are unable to vote.</p>
<p>Your name is <span class="important">{{session.user.fullname}}</span> and you do not seems to
appear in the <a href={{ url_for('download', filename=authorList) }} download> author list </a></p>
<p>If you think this is incorrect, please <a href="{{ contact_url() }}">contact the membership committee</a>.</p>
<p>If you think this is incorrect, please <a href="{{ contact_url() }}">contact the admins</a>.</p>

{% endblock %}

Expand Down

0 comments on commit 4a338da

Please sign in to comment.