Add last updated date to template

This commit is contained in:
Lacey Williams Henschel
2022-12-02 10:03:26 -08:00
parent 611bbf13a7
commit ab952dac98

View File

@@ -49,7 +49,7 @@
<div>
<h3 class="text-2xl">Active Development</h3>
<div class="text-orange">{% if object.active_development %}Yes{% else %}No{% endif %}</div>
<p>Last Update: March X, 202X</p>
<p>Last Update: {{ object.last_github_update|date:"F j, Y"}}</p>
</div>
</div>