Cleanup comments
This commit is contained in:
parent
fcf71d6fea
commit
014fa4c9a2
@ -24,7 +24,6 @@
|
||||
{% for thumbnail in thumbnails %}
|
||||
{% if thumbnail.nfo == item.nfo %}
|
||||
<td><a href="{{ url_for('game', gamepath=item.path, lang_code=lang_code)}}"><img src="data:image/jpeg;base64,{{thumbnail.displayimage}}"></img></a></td>
|
||||
<!--<td>{{thumbnail.displayimage}}</td>-->
|
||||
{% endif %}
|
||||
{% else %}
|
||||
<td></td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user