Files
mayan-edms/apps/common/templates/generic_form.html
2011-02-03 17:17:04 -04:00

7 lines
232 B
HTML
Executable File

{% extends "base.html" %}
{% block title %} :: {% with "true" as striptags %}{% include "calculate_form_title.html" %}{% endwith %}{% endblock %}
{% block content %}
{% include "generic_form_subtemplate.html" %}
{% endblock %}