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 %}