Fix flags not rendering when autorefresh modified the URL.

This commit is contained in:
Ian Macdonald 2022-07-02 15:56:30 +02:00
parent 82a3fcae56
commit 187d37e37c
No known key found for this signature in database
GPG Key ID: AE4C20556BA626FA
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
Staking Infinitely
{%endif%}
</td>
<td style="text-align:left;"><img style="width:15px;height:10px;" src="flags/{{sn.iso_code}}.png"> {{sn.country}}</td>
<td style="text-align:left;"><img style="width:15px;height:10px;" src="/flags/{{sn.iso_code}}.png"> {{sn.country}}</td>
</tr>
{%endfor%}
</tbody>

View File

@ -36,7 +36,7 @@
Staking Infinitely
{%endif%}
</td>
<td style="text-align:left;"><img style="width:15px;height:10px;" src="flags/{{sn.iso_code}}.png"> {{sn.country}}</td>
<td style="text-align:left;"><img style="width:15px;height:10px;" src="/flags/{{sn.iso_code}}.png"> {{sn.country}}</td>
</tr>
{%endfor%}
{%if limit_awaiting and (awaiting_sns | length) > limit_awaiting%}

View File

@ -20,7 +20,7 @@
<td>{%if sn.decomm_blocks_remaining > 0%}{{sn.decomm_blocks_remaining}} ({{(sn.decomm_blocks_remaining * 120) | reltime}})
{%-else%}None (deregistration imminent!)
{%-endif%}</td>
<td style="text-align:left;"><img style="width:15px;height:10px;" src="flags/{{sn.iso_code}}.png"> {{sn.country}}</td>
<td style="text-align:left;"><img style="width:15px;height:10px;" src="/flags/{{sn.iso_code}}.png"> {{sn.country}}</td>
</tr>
{%endfor%}