boilerplate in each template. Add evaluation_process (view_evaluation_desc) and ballot_key (view_key) templates and urls. - Legacy-Id: 108
10 lines
225 B
HTML
10 lines
225 B
HTML
{% extends "idtracker/base.html" %}
|
|
|
|
{% block idcontent %}
|
|
<h3>{{ state.state }}</h3>
|
|
{{ state.description|escape }}
|
|
<center><form>
|
|
<input type="button" value="close" onClick="window.close();">
|
|
</form></center>
|
|
{% endblock%}
|