Add more options
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user