Skip to content

Commit

Permalink
Update poll.html
Browse files Browse the repository at this point in the history
  • Loading branch information
strafrecht-admin authored Aug 24, 2023
1 parent b551317 commit d419cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/blocks/sidebar/poll.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h2>{{ page.poll.title }}</h2>
{{ page.poll.form }}

<input type="submit" value="Abstimmen" class="poll-vote-button">
<small>Startdatum: {{page.poll.date_created.date}}</small>
<small>Startdatum: {{page.poll.date_created.date.day}} {{page.poll.date_created.date.month}} {{page.poll.date_created.date.year}}</small>
</form>
</div>
{% endif %}
Expand Down

0 comments on commit d419cae

Please sign in to comment.