~alcinnz/bureaucromancy

ref: 1030d237866bf99999711515fa46dd9fdf729324 bureaucromancy/tpl/reset.html -rw-r--r-- 206 bytes
1030d237 — Adrian Cochrane Internationalize form validation. 11 months ago
                                                                                
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 -%}