Properly format templates

This commit is contained in:
2022-08-09 11:54:44 +01:00
parent ba51922fe9
commit 220a4e2451
9 changed files with 122 additions and 104 deletions

View File

@@ -1,5 +1,6 @@
{% extends "base.html" %}
{% load static %}
{% load hy %}
{% block content %}
<script src="{% static 'js/chart.js' %}"></script>
<script>
@@ -104,7 +105,7 @@
<div class="column is-3">
<div class="nowrap-parent">
<div
_="on click toggle .is-hidden on #options"
{{ hy }} = "on click toggle .is-hidden on #options"
class="button is-light has-text-link is-right nowrap-child">
Options
</div>