Private
Public Access
1
0

testing full refactor, excluding garmin, polar, rojabo

This commit is contained in:
Sander Roosendaal
2023-02-17 17:14:56 +01:00
parent f17fb560c5
commit 20a7ebea46
8 changed files with 97 additions and 499 deletions

View File

@@ -8,6 +8,15 @@
<h1>Available on {{ integration }}</h1>
<ul class="main-content">
<li class="grid_2">
<form enctype="multipart/form-data" method="post">
<table>
{{ dateform.as_table }}
</table>
{% csrf_token %}
<input name='daterange' type="submit" value="Select Dates">
</form>
</li>
{% if workouts %}
{% if integration == 'C2 Logbook' %}
<li class="grid_2">
@@ -30,7 +39,7 @@
</span>
</p>
</li>
{% endif %}
{% endif %}
<li class="grid_4">
<form enctype="multipart/form-data" method="post">
{% csrf_token %}