Private
Public Access
1
0

staticfiles to static

This commit is contained in:
Sander Roosendaal
2021-04-14 10:00:14 +02:00
parent 5dc7ad3c0d
commit 196548fdcc
206 changed files with 212 additions and 206 deletions

View File

@@ -1,5 +1,5 @@
{% extends "newbase.html" %}
{% load staticfiles %}
{% load static %}
{% load rowerfilters %}
{% block title %}Error {% endblock %}

View File

@@ -1,5 +1,5 @@
{% extends "newbase.html" %}
{% load staticfiles %}
{% load static %}
{% load rowerfilters %}
{% block title %}Error {% endblock %}

View File

@@ -1,5 +1,5 @@
{% extends "newbase.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Change Workout {% endblock %}

View File

@@ -1,5 +1,5 @@
{% extends "newbase.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Error {% endblock %}

View File

@@ -1,5 +1,5 @@
{% extends "newbase.html" %}
{% load staticfiles %}
{% load static %}
{% block title %}Error{% endblock %}

View File

@@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
{% load rowerfilters %}
<span class="tooltiptext">Analysis of workouts over a period of time</span>
<button class="button gray grid_2 small dropbtn">Analysis</button>