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

b/snf-astakos-app/astakos/im/templates/im/projects/projectapplication_form.html
9 9

  
10 10
{% block page.body %}
11 11
<h2>
12
    {% if update_form %}REQUEST PROJECT MODIFICATION{% else %}REQUEST PROJECT{% endif %}
13
     
12
{% if update_form %}REQUEST PROJECT MODIFICATION{% else %}REQUEST PROJECT{% endif %}
14 13
</h2>
15 14

  
16
{% if not show_form %}
17
<p>These are the specifications of the Project you want to create. If you hit the "Submit" button
18
this form will be officially sent to {{ BRANDING_COMPANY_NAME }} for review. Please make sure the following reflect
19
exactly your request.</p>
20
{% endif %}
21

  
22
{% if show_form %}
23 15
<form action="?verify=1" method="post" class="withlabels quotas-form" id="group_create_form">{% csrf_token %}
24 16

  
25 17
    <fieldset class="with-info" id="top">
......
191 183
   		<input type="submit" value="CONTINUE" class="submit altcol" >
192 184
	</div>
193 185
</form>
194
{% else %}
195
    {% include "im/projects/projectapplication_form_summary.html" %}
196
{% endif %}
197

  
198
<script>
199
	
200
</script>	 
201

  
202 186
{% endblock %}

Also available in: Unified diff