Skip to content

Commit

Permalink
Fix #140
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeluigi committed Jul 30, 2023
1 parent b19214e commit 1ffbf2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions backend/spellbook/templates/admin/change_list.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{% extends "admin/change_list.html" %}
{% load static %}

{% block extrahead %}
{{ block.super }}
<script src="{% static 'admin/js/iso_to_local_time.js' %}" type="text/javascript"></script>
{% endblock %}

0 comments on commit 1ffbf2a

Please sign in to comment.