{% extends "sillywalks/base.html" %} {% load uni_form %} {% block body_content %} {{ block.super }}
{{ form|as_uni_form }}
{% endblock %}