From 1fa5f64b50df1efb1d0d8d0213aff20a3e076eb7 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Thu, 7 Mar 2024 12:41:29 +0100 Subject: [PATCH] initial version of histo chart --- rowers/templates/filmdeaths.html | 71 ++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 rowers/templates/filmdeaths.html diff --git a/rowers/templates/filmdeaths.html b/rowers/templates/filmdeaths.html new file mode 100644 index 00000000..a11134d2 --- /dev/null +++ b/rowers/templates/filmdeaths.html @@ -0,0 +1,71 @@ +{% extends "newbase.html" %} +{% load static %} +{% load rowerfilters %} + +{% block title %}Rowsandall {% endblock %} +{% block meta %} + +{% endblock %} + +{% block main %} + + + +

Film Deaths

+ +
    + + +
  • +
    + + {{ the_div|safe }} +
    +
  • +
+ +{% endblock %} + +{% block scripts %} + + + +{% endblock %} + +{% block sidebar %} +{% include 'menu_analytics.html' %} +{% endblock %}