Private
Public Access
1
0

trend flex and jobs status

This commit is contained in:
Sander Roosendaal
2018-10-04 13:34:52 +02:00
parent 4721d817c2
commit 3ea75b4d48
6 changed files with 89 additions and 119 deletions

View File

@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "newbase.html" %}
{% load staticfiles %}
{% load rowerfilters %}
@@ -56,7 +56,7 @@
{% endblock %}
{% block content %}
{% block main %}
<h1>Your Tasks Status</h1>
@@ -117,4 +117,8 @@
{% endblock %}
{% block sidebar %}
{% include 'menu_workouts.html' %}
{% endblock %}