Add admin panel for users and votes

Closes #2
This commit is contained in:
ricola 2025-06-08 20:46:37 -06:00
parent 9993d04ab0
commit 5fa73da51a
12 changed files with 484 additions and 82 deletions

View file

@ -1,6 +1,6 @@
<h1><%= _("Open vote") %></h1>
<p><%= _("Closing date: #{format_date(@expire_on)}") %></p>
<p><%= _("Closing date: %{date}" % { date: format_date_and_time(@expire_on) }) %></p>
<p><%= _("The vote will automatically close on that date and the results will
be sent to all users by email.") %></p>