Download nearly all resources

This commit is contained in:
2022-08-05 23:10:07 +01:00
parent 78f25a4217
commit 1a15999341
15 changed files with 71 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load static %}
{% block content %}
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="{% static 'js/chart.js' %}"></script>
<script>
function addTag(value) {
var inputTags = document.getElementById('tags');