Switch to unified view

a/opensourceprojects/templates/about.html b/opensourceprojects/templates/about.html
...
...
7
{% block extra_css %}
7
{% block extra_css %}
8
{% endblock %}
8
{% endblock %}
9
9
10
{% block content %}
10
{% block content %}
11
11
12
<p>
13
OpenSourceProjects.eu(OSP) is a software forge dedicated to hosting Open Source
14
projects created within EU research projects.
12
<p></p>
15
</p>
16
17
<p>
18
This forge was created as part of the <a href="http://www.ict-prose.eu/">PROSE</a> coordination action, with the main
19
goal of promoting the dissemination of project results as Open Source software.
20
Within this project hosting platform, EC projects can develop their software projects,
21
and collaborate towards common goals. 
22
</p>
23
24
<p>
25
If you have questions, feature requests, or would like to discuss anything that
26
helps you produce Open Source software as part of your project, let us know.
27
Check links at the bottom for contact information.
28
</p>
13
{% endblock %}
29
{% endblock %}