DS3: Put back json upload and download

This commit is contained in:
Marechal-l
2022-11-01 12:16:48 +01:00
parent 2a090d1823
commit 5cd6b35c42
3 changed files with 10 additions and 0 deletions
+3
View File
@@ -43,6 +43,9 @@
{% elif patch.game | supports_apdeltapatch %}
<a href="{{ url_for("download_patch", patch_id=patch.id, room_id=room.id) }}" download>
Download Patch File...</a>
{% elif patch.game == "Dark Souls III" %}
<a href="{{ url_for("download_slot_file", room_id=room.id, player_id=patch.player_id) }}" download>
Download JSON File...</a>
{% else %}
No file to download for this game.
{% endif %}