Revision 6003d0a8

b/snf-astakos-app/astakos/im/static/im/css/modules.css
559 559
}
560 560

  
561 561
i.tiny { font-size: 0.8em; color: #999;}
562

  
563
h2 span.subtitle { font-size: 0.9em; color: #55B577;}
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 %}
b/snf-astakos-app/astakos/im/templates/im/projects/projectapplication_form_summary.html
12 12
	            <input type="hidden" name="{{k}}"  id="{{'id_'|add:k}}" value="{{v}}">
13 13
	        {% endif %}
14 14
	    {% endfor %}
15
		<legend>CONFIRM REQUEST</legend>
16
		<P>These are the specifications of the Project you want to create. If you hit the "Submit" button this form will be officially sent to GRNET for review. Please make sure the following reflect exactly your request. After submitting, there is no way to modify your Project request. </P>
17 15
		<div class="full-dotted">
18 16
			<h3>PROJECT DETAILS</h3>
19 17
			<p class="restricted">{{ form_data.desc }}</p>
b/snf-astakos-app/astakos/im/views.py
1079 1079
        'resource_groups':resource_groups,
1080 1080
        'show_form':True,
1081 1081
        'details_fields':details_fields,
1082
        'update_form': True,
1082 1083
        'membership_fields':membership_fields}
1083 1084
    return _update_object(
1084 1085
        request,

Also available in: Unified diff