Skip to content

Commit

Permalink
Load missing templatetag
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed May 7, 2024
1 parent 352a1d1 commit b07536b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
@@ -1,3 +1,4 @@
{% load filesize %}
<a href="{{ resource.url }}">
<i class="fa fa-{% if resource.link %}link{% else %}file-o{% endif %}"></i>
{{ resource.description }}
Expand Down
@@ -1,6 +1,7 @@
{% load bootstrap4 %}
{% load formset_tags %}
{% load i18n %}
{% load filesize %}

<div class="formset form-group row" id="resource-upload" data-formset data-formset-prefix="{{ formset.prefix }}">
{{ formset.management_form }}
Expand Down

0 comments on commit b07536b

Please sign in to comment.