Skip to content

Commit

Permalink
Update text.
Browse files Browse the repository at this point in the history
  • Loading branch information
davepeck committed Apr 26, 2024
1 parent f8a6184 commit dc12ad4
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions server/vb/templates/finish_check.dhtml
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,19 @@
<br />
Your friends can also win. Share this link: <a href="{% url 'vb:school' slug=school.slug %}">{{ BASE_HOST }}/{{ school.slug }}</a>
{% else %}
You didn't win.
{% if most_recent_winner %}
(The last winner was {{ most_recent_winner.student.anonymized_name }} {{ most_recent_winner.created_at|timesince }} ago.)
{% endif %}
<br />
Please register to vote if you haven't yet.
<br />
Your friends can still win, though! Share this link: <a href="{% url 'vb:school' slug=school.slug %}">{{ BASE_HOST }}/{{ school.slug }}</a>
<br />
<br />
And: please register to vote if you haven't already.
You didn't win a gift card.
{% if most_recent_winner %}
The last winner was {{ most_recent_winner.student.anonymized_name }} {{ most_recent_winner.created_at|timesince }} ago.
{% endif %}
Your friends can still win! Share this link: <a href="{% url 'vb:school' slug=school.slug %}">{{ BASE_HOST }}/{{ school.slug }}</a>
{% endif %}
{% else %}
Thanks for checking your voter registration.
<br />
<br />
Please register to vote if you haven't already.
Please register to vote if you haven't yet.
{% endif %}
</p>

0 comments on commit dc12ad4

Please sign in to comment.