initial working state
This commit is contained in:
9
templates/preview.html
Normal file
9
templates/preview.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "layout.html" %}
|
||||
{% block body %}
|
||||
<div id="preview_header">
|
||||
Preview for: {{ key|safe }}<br>
|
||||
Expires: {{ valid_for }}<br>
|
||||
</div>
|
||||
|
||||
{% include "questions.html" %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user