Private
Public Access
1
0

reload only on selected pages

Doesn't refresh page when a form has been edited
This commit is contained in:
Sander Roosendaal
2017-11-03 12:37:26 +01:00
parent 89fb917707
commit c07c6311ca
10 changed files with 69 additions and 28 deletions

View File

@@ -1,6 +1,9 @@
{% extends "base.html" %}
{% load staticfiles %}
{% load rowerfilters %}
{% block scripts %}
{% include "monitorjobs.html" %}
{% endblock %}
{% block title %}{{ workout.name }} {% endblock %}
{% block og_title %}{{ workout.name }} {% endblock %}