.
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
<!-- {% load static from static %} -->
|
||||
|
||||
{% block css %}
|
||||
{{form.media}}
|
||||
{{form.media}}
|
||||
{% endblock %}
|
||||
{% block js %}
|
||||
<!--<script type="text/javascript" src="/admin/jsi18n/"></script>-->
|
||||
<!--<script type="text/javascript" src="/admin/jsi18n/"></script>-->
|
||||
|
||||
<script type="text/javascript">
|
||||
<script type="text/javascript">
|
||||
function showEditPopup(url) {
|
||||
var win = window.open(url, "Edit",
|
||||
'height=500,width=800,resizable=yes,scrollbars=yes');
|
||||
@@ -37,14 +37,14 @@
|
||||
$('#add_more').click(() => { add_input_form() });
|
||||
})
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<!-- {{ form.media }} -->
|
||||
<!-- {{ form.media }} -->
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<h2>Submit Long Case</h2>
|
||||
Use this form to create a long case. Existing associated image sets can be added using this form.
|
||||
<form action="" method="post" enctype="multipart/form-data" id="long-form">
|
||||
<h2>Submit Long Case</h2>
|
||||
Use this form to create a long case. Existing associated image sets can be added using this form.
|
||||
<form action="" method="post" enctype="multipart/form-data" id="long-form">
|
||||
{% csrf_token %}
|
||||
|
||||
<table>
|
||||
@@ -64,10 +64,10 @@ Use this form to create a long case. Existing associated image sets can be added
|
||||
</div>
|
||||
{{ series_formset.management_form }}
|
||||
<input type="submit" class="submit-button" value="Submit" name="submit">
|
||||
</form>
|
||||
<div id="empty_form" style="display:none">
|
||||
</form>
|
||||
<div id="empty_form" style="display:none">
|
||||
<ul class='no_error series-formset'>
|
||||
{{ series_formset.empty_form.as_ul }}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user