1
0

Add more options

This commit is contained in:
2020-09-10 14:34:00 +02:00
parent 67e7a642db
commit b0eaa16752
8 changed files with 67 additions and 26 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
{% macro input(input) %}
<label>
<span>{{ input.name }}</span>
<span>{{ input.display }}</span>
<input name="{{ input.name }}" type="text"{% if input.value %} value="{{ input.value }}"{% endif %}>
</label>
{% endmacro %}