cleanup
This commit is contained in:
parent
8ac203a3b5
commit
c9ee2925a2
1 changed files with 6 additions and 4 deletions
10
setup.sh
10
setup.sh
|
@ -2029,7 +2029,7 @@ cat <<HTML_END > templates/edit_game.html
|
|||
<div class="card p-4 shadow-sm">
|
||||
<h2 class="mb-4">{{ _('Spiel bearbeiten') }}</h2>
|
||||
|
||||
<!-- Flash-Nachrichten -->
|
||||
<!-- Flash-Messages -->
|
||||
{% with messages = get_flashed_messages(with_categories=true) %}
|
||||
{% if messages %}
|
||||
<div class="flash-messages mb-4">
|
||||
|
@ -2090,7 +2090,6 @@ cat <<HTML_END > templates/edit_game.html
|
|||
{% endfor %}
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label">{{ _('Steam Key') }} <span class="text-danger">*</span></label>
|
||||
<div class="input-group">
|
||||
|
@ -2123,7 +2122,8 @@ cat <<HTML_END > templates/edit_game.html
|
|||
<label for="game_notes" class="form-label">{{ _('Notes') }}</label>
|
||||
<textarea id="game_notes" name="notes" class="form-control" rows="3">{{ game.notes }}</textarea>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- Show External Data -->
|
||||
<div class="col-12">
|
||||
<div class="card mb-4">
|
||||
|
@ -2162,7 +2162,7 @@ cat <<HTML_END > templates/edit_game.html
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Einlöse-Links -->
|
||||
<!-- Redeem-Links -->
|
||||
{% if game.status == 'geschenkt' %}
|
||||
<div class="col-12">
|
||||
<div class="card mb-3">
|
||||
|
@ -2212,9 +2212,11 @@ cat <<HTML_END > templates/edit_game.html
|
|||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
||||
HTML_END
|
||||
|
||||
cat <<HTML_END > templates/add_game.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue