aboutsummaryrefslogtreecommitdiff
path: root/app/templates/macros.j2
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/macros.j2')
-rw-r--r--app/templates/macros.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/macros.j2 b/app/templates/macros.j2
index 2974744..a4b2fc1 100644
--- a/app/templates/macros.j2
+++ b/app/templates/macros.j2
@@ -7,7 +7,7 @@
{% macro player_button(player) -%}
<button class="button is-responsive {% if player.status %}is-success{% else %}is-danger {% endif %}"
hx-post="{{ "/player-toggle/" ~ player.id}}"
- hx-swap="outerHTML"> {{ player.first + " " + player.last}} </button>
+ hx-swap="outerHTML"> {{ player.first_name + " " + player.last_name}} </button>
{%- endmacro %}
{% macro guest_control(level, value) -%}