Revision 63c07fdd snf-astakos-app/astakos/im/templates/im/projects/projectapplication_form_summary.html

b/snf-astakos-app/astakos/im/templates/im/projects/projectapplication_form_summary.html
1
{% load filters %}
1
{% extends "im/account_base.html" %}
2

  
3
{% load filters astakos_tags %}
2 4
{% block headjs %}
3 5
	{{ block.super }}	 
4 6
	<script src="{{ IM_STATIC_URL }}js/quotas.js"></script>	
5 7
{% endblock %}	
6 8
{% block page.body %}
7 9

  
10
<h2>
11
{% if update_form %}REQUEST PROJECT MODIFICATION{% else %}REQUEST PROJECT{% endif %}
12
</h2>
13

  
14
<p>These are the specifications of the Project you want to create. If you hit the "Submit" button
15
this form will be officially sent to {{ BRANDING_COMPANY_NAME }} for review. Please make sure the following reflect
16
exactly your request.</p>
17

  
8 18
<div class="projects summary">
9 19
	<form action="?edit=0&verify=0" method="post" class="quotas-form">{% csrf_token %}
10 20
	    {% for k,v in request.POST.items %}
......
85 95
    
86 96
    
87 97
</div>
88
	 
89
<script>
90
	
91
</script>	 
92

  
93 98
{% endblock %}

Also available in: Unified diff