Files
tuskar-ui/django-nova/src/django_nova/templates/django_nova/securitygroups/_create_form.html
2011-03-02 17:20:17 -08:00

6 lines
129 B
HTML

{% for field in create_form %}
{{ field.label_tag }}
{% if field.errors %}{{ field.errors }}{% endif %}
{{ field }}
{% endfor %}