From 74beae0d732500ee369317aa61856e680657db90 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Tue, 5 Mar 2024 23:52:12 +0100 Subject: [PATCH] adding sleep BokehJS example --- rowers/templates/sleep.html | 53 +++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 rowers/templates/sleep.html diff --git a/rowers/templates/sleep.html b/rowers/templates/sleep.html new file mode 100644 index 00000000..0b0c3167 --- /dev/null +++ b/rowers/templates/sleep.html @@ -0,0 +1,53 @@ +{% extends "newbase.html" %} +{% load static %} +{% load rowerfilters %} + +{% block title %}Rowsandall {% endblock %} + +{% block main %} +
+ + +
+
+ + + + + + + +
+ + + + + +

Sleep

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