~alcinnz/bureaucromancy

ref: 34609eabb4afdbcc219c0bd461891e5ed83e73ba bureaucromancy/tpl/reset.html -rw-r--r-- 206 bytes
34609eab — Adrian Cochrane Add timezone selector! 1 year, 1 month 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 -%}