Fix: Games and Game page save and navigation.
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label class="tcg-label" for="startingLife">Starting Life:</label>
|
||||
<input type="number" id="startingLife" class="tcg-input" min="1" value="40">
|
||||
<input type="number" id="startingLife" class="tcg-input" min="1" value="{{ model.game.starting_life }}">
|
||||
</div>
|
||||
</div>
|
||||
<div id="playerSetupSection">
|
||||
@@ -164,5 +164,4 @@
|
||||
var user = {{ model.user.to_json() | tojson | safe }};
|
||||
var users = {{ model.convert_list_objects_to_dict_json_by_attribute_key_default(model.users) | tojson | safe }};
|
||||
</script>
|
||||
{# <script type="module" src="{{ url_for('static', filename='js/pages/tcg/mtg_game.js') }}"></script> #}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user