FIX: Correct static use in templates

This commit is contained in:
2020-02-19 14:31:42 +00:00
parent 8c981cc366
commit 1dacbc1444
5 changed files with 8 additions and 23 deletions

View File

@@ -1,8 +1,7 @@
{% extends 'base_embed.html' %}
{% load static from staticfiles %}
{% load static %}
{% block content %}
<div class="row">
<div class="col-sm-12">
<a href="/assets">
@@ -35,6 +34,4 @@
</table>
</div>
</div>
{% endblock %}