diff --git a/server/templates/macros.htm b/server/templates/macros.htm index 758fede..c8e3a7a 100644 --- a/server/templates/macros.htm +++ b/server/templates/macros.htm @@ -19,6 +19,10 @@ a:active { text-decoration: none; } + form.form-single-button { + display: inline-block; + } + form.form-single-button button, .button { padding: .1rem .2rem; margin: 0 .1rem; @@ -27,3 +31,10 @@ } {% endmacro %} + +{% macro post_form(uri, key, val, text, fragment="") %} +
+ + +
+{% endmacro %}