Skip to content
Snippets Groups Projects
Commit 85d75397 authored by Parbhat Puri's avatar Parbhat Puri Committed by Fredrik Jonsson
Browse files

Display first group answers in Open call index page for a submission

parent 5aaed87a
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,19 @@ ...@@ -15,6 +15,19 @@
<h4 class="listing__title">{{ submission.title }}</h4> <h4 class="listing__title">{{ submission.title }}</h4>
<a class="listing__button" href="{% pageurl submission.page %}">Build it</a> <a class="listing__button" href="{% pageurl submission.page %}">Build it</a>
</div> </div>
<div>
<div>
<h5>Project Duration</h5>
{{ submission.get_duration_display }}
</div>
<div>
<h5>Name</h5>
{{ submission.get_full_name_display }}
</div>
<div class="rich-text rich-text--answers">
{{ submission.output_first_group_answers }}
</div>
</div>
{% endfor %} {% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment