Private
Public Access
1
0

user login and redirect after registration

This commit is contained in:
Sander Roosendaal
2018-11-29 08:40:25 +01:00
parent 9d8af5a767
commit f8066c8c7d
8 changed files with 74 additions and 19 deletions

View File

@@ -11,11 +11,10 @@
{{ workout.date }} - {{ workout.distance }}m - {{ workout.duration |durationprint:"%H:%M:%S.%f" }}{% endblock %}
{% block og_description %}{{ workout.name }}
{{ workout.date }} - {{ workout.distance }}m - {{ workout.duration |durationprint:"%H:%M:%S.%f" }}{% endblock %}
{% if graphs1 %}
{% endif %}
{% for graph in graphs1 %}
{% for graph in graphs %}
{% block og_image %}
{% if graphs1 %}
{% if graphs %}
{% for graph in graphs %}
<meta property="og:image" content="http://rowsandall.com/{{ graph.filename |spacetohtml }}" />
<meta property="og:image:secure_url" content="https://rowsandall.com/{{ graph.filename |spacetohtml }}" />