|
|
|
@ -280,7 +280,7 @@ |
|
|
|
<div class="form-buttons clearfix"> |
|
|
|
<a class="btn btn-primary" href="{% url 'dashboard_nav' 'swear_forms' %}"><i class="fa fa-arrow-circle-o-left"></i> Back</a> |
|
|
|
{% if how_to_file == 'Online' and not final_filing_submitted %} |
|
|
|
<a class="btn btn-success pull-right" href="{% url 'submit_final_files' %}" id="submitDocuments"> |
|
|
|
<a class="btn btn-success pull-right save-spinner" href="{% url 'submit_final_files' %}" id="submitDocuments"> |
|
|
|
<i class="fa fa-paper-plane"></i> |
|
|
|
Submit Documents</a> |
|
|
|
{% else %} |
|
|
|
@ -307,16 +307,13 @@ |
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
{% block extra_css %} |
|
|
|
<link rel="stylesheet" type="text/css" href="{% static 'dist/vue/css/chunk-common.css' %}"/> |
|
|
|
<link rel="stylesheet" type="text/css" href="{% static 'dist/vue/css/filingUploader.css' %}"/> |
|
|
|
<link rel="preload" as="script" href="{% static 'dist/vue/js/chunk-vendors.js' %}"/> |
|
|
|
<link rel="preload" as="script" href="{% static 'dist/vue/js/chunk-common.js' %}"/> |
|
|
|
<link rel="preload" as="script" href="{% static 'dist/vue/js/filingUploader.js' %}"/> |
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
{% block extra_js %} |
|
|
|
<script type="text/javascript" src="{% static 'dist/vue/js/chunk-vendors.js' %}"></script> |
|
|
|
<script type="text/javascript" src="{% static 'dist/vue/js/chunk-common.js' %}"></script> |
|
|
|
<script type="text/javascript" src="{% static 'dist/vue/js/filingUploader.js' %}"></script> |
|
|
|
<script type="text/javascript" src="{% static 'js/filing.js' %}"></script> |
|
|
|
{% endblock %} |