Revision cd427f9e

b/snf-astakos-app/astakos/im/templates/im/projects/project_detail.html
29 29
		 	<dt>Name</dt>
30 30
		 	<dd>{{ object.name }}&nbsp;</dd>
31 31
		 	<dt>Description</dt>
32
		 	<dd>{{ object.description|safe }}&nbsp;</dd>
32
		 	<dd>{{ object.description }}&nbsp;</dd>
33 33
            <dt>Homepage url</dt>
34 34
            <dd>
35 35
                {% if object.homepage%}
b/snf-astakos-app/astakos/im/templates/im/projects/projectapplication_form_summary.html
16 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 17
		<div class="full-dotted">
18 18
			<h3>GENERAL INFO</h3>
19
			<p class="restricted">{{ form_data.desc|safe }}</p>
19
			<p class="restricted">{{ form_data.desc }}</p>
20 20
			<dl class="alt-style">			    
21 21
				<dt>Homepage Url</dt>
22 22
				<dd>{{ form_data.homepage }}&nbsp;</dd>

Also available in: Unified diff