mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-08-02 08:57:57 -07:00
Only show download-link if profile.bin exist
This commit is contained in:
@@ -18,7 +18,12 @@
|
||||
profile.bin
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<a href="/download/profile.bin">{{ profile }}</a>
|
||||
{% if profile %}
|
||||
<a href="/download/profile.bin">{{ profile }}</a>
|
||||
{% endif %}
|
||||
{% if not profile %}
|
||||
{{ profile }}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user