Document upload and metadata input working
This commit is contained in:
6
apps/common/templates/generic_form.html
Executable file
6
apps/common/templates/generic_form.html
Executable file
@@ -0,0 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %} :: {% with "true" as striptags %}{% include "calculate_form_title.html" %}{% endwith %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% include "generic_form_subtemplate.html" %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user