Display project description in instead of summary

This commit is contained in:
2017-04-07 09:02:08 +02:00
parent bd3f8d597a
commit 49895805e3

View File

@@ -37,9 +37,9 @@
h1
a(href="{{ url_for( 'projects.view', project_url=project.url) }}") {{ project.name }}
| {% if project.summary %}
| {% if project.description %}
.node-details-description
| {{ project.summary }}
| {{ project.description }}
| {% endif %}
| {# Until we implement urls for pages