Private
Public Access
1
0

added page title and facebook image info

This commit is contained in:
Sander Roosendaal
2017-10-06 09:28:45 +02:00
parent 9937adbf9c
commit 9b4ed44c49
21 changed files with 37 additions and 24 deletions

View File

@@ -4,7 +4,9 @@
{% load tz %}
{% get_current_timezone as TIME_ZONE %}
{% block title %}Change Workout {% endblock %}
{% block title %}{{ workout.name }}{% endblock %}
{% block description %}{{ workout.name }}
{{ workout.date }} - {{ workout.distance }}m - {{ workout.duration |durationprint:"%H:%M:%S.%f" }}{% endblock %}
{% block content %}
<div id="workouts" class="grid_6 alpha">