~alcinnz/bureaucromancy

ref: 9014ee29b761a6991879b5740e1ba1cdc23dd997 bureaucromancy/tpl/reset.html -rw-r--r-- 206 bytes
9014ee29 — Adrian Cochrane Add file-input support, upload missing files. 1 year, 2 months ago
                                                                                
9014ee29 Adrian Cochrane
1
2
3
4
5
6
7
8
{% extends "base.html" %}

{%- block main -%}<section>
  <div>{{ input.description }}</div>
  <hr />
  <!-- TODO: Internationalize! -->
  <p>Restore <a href="_">defaults</a>!</p>
</section>{%- endblock -%}