Private
Public Access
1
0

fine tuning headers

This commit is contained in:
Sander Roosendaal
2017-10-13 14:30:16 +02:00
parent 5ab1152825
commit 80cdd24913
8 changed files with 40 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
{% for chart in charts %}
{% if charts %}
<h2>Flex Charts</h2>
{% for chart in charts %}
<div class="grid_3 alpha">
<h4>{{ forloop.counter }}</h4>
<big>{{ forloop.counter }}</big>
<div class="grid_3 tooltip">
<a href="/rowers/workout/{{ workout.id }}/flexchart?favoritechart={{ forloop.counter |add:"-1" }}">
{{ chart.div | safe }}
@@ -9,3 +11,4 @@
</div>
</div>
{% endfor %}
{% endif %}