Private
Public Access
1
0

export & import views - line 321 urls.py

This commit is contained in:
Sander Roosendaal
2018-10-09 18:21:28 +02:00
parent a5e98dd69c
commit f8b09b7b6d
10 changed files with 590 additions and 321 deletions

View File

@@ -1,10 +1,10 @@
{% extends "base.html" %}
{% extends "newbase.html" %}
{% load staticfiles %}
{% load rowerfilters %}
{% block title %}Workouts{% endblock %}
{% block content %}
{% block main %}
<h1>New Workouts Imported From Polar Flow</h1>
<p>Due to a limitation in Polar Flow's API, we can only access new workouts. We
@@ -47,3 +47,7 @@
<p> No new workouts found </p>
{% endif %}
{% endblock %}
{% block sidebar %}
{% include 'menu_workouts.html' %}
{% endblock %}