Revision 32a70876

b/snf-astakos-app/astakos/im/templates/im/landing.html
23 23
			<a href="/ui/">Cyclades</a> is the Compute and Network Service. Click to start
24 24
creating Virtual Machines and connect them to arbitrary Networks.
25 25

  
26

  
27 26
		</div>
28 27
	</div>
29 28
	<div class="two-cols clearfix dotted dashboard">
......
31 30
    		<a href="{% url astakos.im.views.edit_profile %}"><img class="pic" src="{{ IM_STATIC_URL }}images/landing-dashboard.png" /></a>
32 31
		</div>
33 32
		<div class="lt">
34
			From the top right of the screen you can access this <a href="{% url astakos.im.views.edit_profile %}">dashboard</a>.
35
Here you can manage your profile, see the usage of your resources and manage projects to share virtual resources with colleagues.
36

  
37

  
33
			Access the <a href="{% url astakos.im.views.edit_profile %}">dashboard</a> from
34
the top right corner of your screen. Here you can manage your profile, see the usage of your resources
35
and manage projects to share virtual resources with colleagues.
38 36

  
39 37
		</div>
40 38
	</div>
......
43 41
    		<a href=""><img class="pic" src="{{ IM_STATIC_URL }}images/landing-cms.png" /></a>
44 42
		</div>
45 43
		<div class="lt">
46
			Clicking on the top left logo icon, takes you back to the homepage.
44
			Click on the top left logo icon, to go back to the homepage.
47 45
 
48 46
		</div>
49 47
	</div>
b/snf-astakos-app/astakos/im/templates/im/projects/projectapplication_form.html
16 16
{% if not show_form %}
17 17
<p>These are the specifications of the Project you want to create. If you hit the "Submit" button
18 18
this form will be officially sent to GRNET for review. Please make sure the following reflect
19
exactly your request. After submitting, there is no way to modify your Project request. </p>
19
exactly your request.</p>
20 20
{% endif %}
21 21

  
22 22
{% if show_form %}
b/snf-astakos-app/astakos/im/templates/im/projects/projectapplication_form_summary.html
46 46
		 
47 47
		 <div class="full-dotted">
48 48
			<h3>RESOURCES</h3>
49
			<p>The following ~okeanos resources will be granted to each member of this Project:</p>
49
			<p>The following resources will be granted to each member of this Project:</p>
50 50
		 	<dl class="alt-style">
51 51
		 	    {% for rp in form.resource_policies %}
52 52
		 		    <dt>

Also available in: Unified diff