~alcinnz/bureaucromancy

ref: 63b2d96888ce65692da0e62ca4a9ab5611695237 bureaucromancy/tpl/reset.html -rw-r--r-- 206 bytes
63b2d968 — Adrian Cochrane Add numpad for number & range inputs 1 year, 2 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 -%}