summaryrefslogtreecommitdiff
path: root/fossee_manim/templates
diff options
context:
space:
mode:
Diffstat (limited to 'fossee_manim/templates')
-rw-r--r--fossee_manim/templates/fossee_manim/proposal_status.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/fossee_manim/templates/fossee_manim/proposal_status.html b/fossee_manim/templates/fossee_manim/proposal_status.html
index b7a62f6..e9752ca 100644
--- a/fossee_manim/templates/fossee_manim/proposal_status.html
+++ b/fossee_manim/templates/fossee_manim/proposal_status.html
@@ -33,6 +33,7 @@
<th>Title</th>
<th>Contributor Name</th>
<th>Status</th>
+ <th>Created Date</th>
</tr>
</thead>
{% for an in anime_list %}
@@ -41,6 +42,7 @@
<td>{{ an.title }}</td>
<td>{{ an.contributor.get_full_name }}</td>
<td><span class="badge">{{ an.status }}</span></td>
+ <td><span class="badge">{{ an.created }}</span></td>
<td><a href="{% url 'edit_proposal' an.id %}"><button type="button" class="btn btn-info">View</button></a></td>
</tr>
</tbody>