{% extends "admin/base_site.html" %} {% load i18n admin_modify staticfiles %} {% block extrahead %}{{ block.super }} {% endblock %} {% block content %}
(r'^my/appli/request/$',
'openflow.workflow.applications.start_application',
{'process_name':'newleave',
'form_class':MyForm,
'template':'mytemplate.html'})
The form must be a ModelForm that inherits from goflow.runtime.forms.StartForm.
You may also define a suitable template (the default is start_application.html) with the template parameter. {% if form.is_multipart %}
{% endblock %}