Fix chart templates

This commit is contained in:
2023-02-27 11:13:13 -05:00
parent 56e5728245
commit 6316d4bead
3 changed files with 37 additions and 7 deletions

View File

@ -1,9 +1,9 @@
{% extends "base_detail.html" %}
{% extends "base_list.html" %}
{% load mathfilters %}
{% block title %}{{object.name}}{% endblock %}
{% block details %}
{% block lists %}
<div class="row">
{% for album in artist.album_set.all %}