Merge pull request #6 from pointhi/template_oscar

[enh] add no-js support
This commit is contained in:
Thomas Pointhuber 2014-11-04 14:32:53 +01:00
commit a9b4f458e9
3 changed files with 19 additions and 5 deletions

View file

@ -1,4 +1,4 @@
<a href="#" data-toggle="modal" data-target="#modal-{{ index }}">
<a href="{{ result.img_src }}" data-toggle="modal" data-target="#modal-{{ index }}">
<img src="{{ result.img_src }}" alt="{{ result.title|e }}" class="img-thumbnail">
</a>