Versioning template improvements

//TODO Rather than have seperate asset templates, convert 'id' into a template variable
This commit is contained in:
2020-04-06 03:15:43 +01:00
parent 55e37d8c69
commit d216dd4c74
10 changed files with 96 additions and 211 deletions

View File

@@ -30,5 +30,5 @@
<div class="col-md-12">
{% include 'partials/asset_buttons.html' %}
</div>
{% include 'partials/last_edited.html' with target="asset_history" %}
{% include 'partials/last_edited_asset.html' with target="asset_history" %}
{% endblock %}