~alcinnz/bureaucromancy

ref: 547de9d70601c69f5c57b03230bdac4565e0f206 bureaucromancy/tpl/submit.html -rw-r--r-- 320 bytes
547de9d7 — Adrian Cochrane Add support for variations upon the date input! 1 year, 1 month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
{% extends "base.html" %}

{%- block main -%}<section>
  <div>{{ input.description }}</div>
  <hr />
  <!-- TODO: Internationalize! -->
  <p><a href="_{{Q}}">Upload</a> to
    <code>{{ input.form.action|default(form.action) }}
        ({{ input.form.method|default(form.method) }})</code></p>
</section>{%- endblock -%}