~alcinnz/bureaucromancy

ref: 043b1cdefa6d82a3a31f1d22f37f56f9b36feea7 bureaucromancy/tpl/reset.html -rw-r--r-- 206 bytes
043b1cde — Adrian Cochrane Implement tel input type 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 -%}