Private
Public Access
1
0

fixed bug in flex chart

This commit is contained in:
Sander Roosendaal
2017-11-01 19:57:49 +01:00
parent 255f4df8d1
commit 75ce561289
3 changed files with 5 additions and 2 deletions

View File

@@ -147,14 +147,14 @@
<div id="thumb-container" class="grid_2 alpha">
<a href="/rowers/graph/{{ graph.id }}/">
<img src="/{{ graph.filename }}"
onerror="this.src='/static/img/waiting.png'"
onerror="this.src='/static/img/ajax_loader_blue_350.gif'"
alt="{{ graph.filename }}" width="120" height="100"></a>
</div>
{% elif forloop.counter == 3 %}
<div id="thumb-container" class="grid_2 omega">
<a href="/rowers/graph/{{ graph.id }}/">
<img src="/{{ graph.filename }}"
onerror="this.src='/static/img/waiting.png'"
onerror="this.src='/static/img/ajax_loader_blue_350.gif'"
alt="{{ graph.filename }}" width="120" height="100"></a>
</div>