Skip to content

Commit

Permalink
fix edit player link
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoc committed Apr 12, 2023
1 parent eda7dae commit 7216445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/templates/accounts/edit_player.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{%- block meta_description %}Administration portal to edit a player character{%- endblock meta_description %}
{%- block meta_url -%}{{ url_for('.edit', edit_player_id=edit_player.id, _external=True) -}}{%- endblock meta_url %}
{%- block title -%}Edit Player: {{ edit_player.name | title | safe }} / Administration Portal{%- endblock title -%}
{%- block header -%}<a href="{{ url_for('..index') }}">Accounts</a> / <a href="{{ url_for('.edit', edit_player_id=edit_player.id) }}">Edit Player</a> / <span class="{{ edit_player.player_css }}">{{ edit_player.name }}</span>{%- endblock header -%}
{%- block header -%}<a href="{{ url_for('admin.admin_accounts.index') }}">Accounts</a> / <a href="{{ url_for('.edit', edit_player_id=edit_player.id) }}">Edit Player</a> / <span class="{{ edit_player.player_css }}">{{ edit_player.name }}</span>{%- endblock header -%}
{%- macro render_field(field) %}
<tr>
<td class="admin-{{ field.name | safe }}">
Expand Down

0 comments on commit 7216445

Please sign in to comment.