Document upload and metadata input working
This commit is contained in:
17
apps/common/templates/generic_wizard.html
Normal file
17
apps/common/templates/generic_wizard.html
Normal file
@@ -0,0 +1,17 @@
|
||||
{% extends "base.html" %}
|
||||
{% load i18n %}
|
||||
{% load styling %}
|
||||
{% add_classes_to_form form %}
|
||||
{% block content %}
|
||||
{% with step_title as title %}
|
||||
{% with previous_fields as hidden_fields %}
|
||||
{% if form.management_form %}
|
||||
{% with "true" as form_display_mode_table %}
|
||||
{% include "generic_form_subtemplate.html" %}
|
||||
{% endwith %}
|
||||
{% else %}
|
||||
{% include "generic_form_subtemplate.html" %}
|
||||
{% endif %}
|
||||
{% endwith %}
|
||||
{% endwith %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user