{% extends "test_app/base.html" %} {% load uni_form_tags %} {% block body%}

Django Uni-Form view helper test

{% with form.helper as helper %} {% uni_form form helper %} {% endwith %} {% endblock %}