Skip to content
Snippets Groups Projects
Commit 886304c5 authored by Laila Majeed's avatar Laila Majeed
Browse files

Added new file

parent 48b98681
Branches
No related merge requests found
{% macro render_field(field) %}
{{ field.label }}
{{ field(**kwargs)|safe }}
{% if field.errors %}
{% for error in field.errors %}
<span class="help-inline">{{ error }}</span>
{% endfor %}
{% endif %}
{% endmacro %}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment