Display project description in instead of summary
This commit is contained in:
parent
bd3f8d597a
commit
49895805e3
@ -37,9 +37,9 @@
|
|||||||
h1
|
h1
|
||||||
a(href="{{ url_for( 'projects.view', project_url=project.url) }}") {{ project.name }}
|
a(href="{{ url_for( 'projects.view', project_url=project.url) }}") {{ project.name }}
|
||||||
|
|
||||||
| {% if project.summary %}
|
| {% if project.description %}
|
||||||
.node-details-description
|
.node-details-description
|
||||||
| {{ project.summary }}
|
| {{ project.description }}
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
| {# Until we implement urls for pages
|
| {# Until we implement urls for pages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user