Cleanup comments

This commit is contained in:
odecif 2023-09-20 15:17:37 +02:00
parent fcf71d6fea
commit 014fa4c9a2

View File

@ -24,7 +24,6 @@
{% for thumbnail in thumbnails %} {% for thumbnail in thumbnails %}
{% if thumbnail.nfo == item.nfo %} {% 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><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 %} {% endif %}
{% else %} {% else %}
<td></td> <td></td>