Revision 6003d0a8 snf-astakos-app/astakos/im/templates/im/projects/projectapplication_form.html

b/snf-astakos-app/astakos/im/templates/im/projects/projectapplication_form.html
8 8
{% endblock %}	
9 9

  
10 10
{% block page.body %}
11
<h2>CREATE PROJECT</h2>
11
<h2>
12
    {% if update_form %}REQUEST PROJECT MODIFICATION{% else %}REQUEST PROJECT{% endif %}
13
    {% if show_form %}{% else %}
14
    / <span class="subtitle">
15
    {% if update_form %}CONFIRM{% else %}CONFIRM{% endif %}
16
    </span>
17
    {% endif %}
18
</h2>
19

  
20
{% if not show_form %}
21
<p>These are the specifications of the Project you want to create. If you hit the "Submit" button
22
this form will be officially sent to GRNET for review. Please make sure the following reflect
23
exactly your request. After submitting, there is no way to modify your Project request. </p>
24
{% endif %}
12 25

  
13 26
{% if show_form %}
14 27
<form action="?verify=1" method="post" class="withlabels quotas-form" id="group_create_form">{% csrf_token %}

Also available in: Unified diff