support for delayed opening. css changes

This commit is contained in:
Ville Rantanen
2018-12-15 16:16:13 +02:00
parent 5c50eb4670
commit a996edbc65
9 changed files with 107 additions and 36 deletions

View File

@@ -1,8 +1,12 @@
{% extends "layout.html" %}
{% block body %}
<div id="preview_header">
<div id="preview_header" class=autoformat>
Preview for: {{ key|safe }}<br>
Expires: {{ valid_for }}<br>
Voting ends at: {{ valid_for }}<br>
Voting starts at: {{ opens }}<br>
Style (open/closed): {{ form.vote_style }}<br>
Show results after voting: {{ form.show_results }}<br>
Title: {{ form.title }}<br>
</div>
{% include "questions.html" %}