Skip to content
Snippets Groups Projects
Commit f7734f9d authored by Chris Lawton's avatar Chris Lawton Committed by Todd Dembrey
Browse files

adding submission date and user to applicant dashboard

parent 8fc2428d
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
<div class="wrapper wrapper--status-bar"> <div class="wrapper wrapper--status-bar">
<div> <div>
<h5 class="heading heading--no-margin"><a class="link link--underlined" href="{% url 'funds:submission' submission.id %}">{{ submission.title }}</a></h5> <h5 class="heading heading--no-margin"><a class="link link--underlined" href="{% url 'funds:submission' submission.id %}">{{ submission.title }}</a></h5>
<h6 class="heading heading--no-margin heading--submission-meta"><span>Submitted:</span> {{ submission.submit_time.date }} by {{ submission.user.get_full_name }}</h6>
</div> </div>
{% include "funds/includes/status_bar.html" with workflow=submission.workflow status=submission.status class="status-bar--small" %} {% include "funds/includes/status_bar.html" with workflow=submission.workflow status=submission.status class="status-bar--small" %}
</div> </div>
......
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