Skip to content

Commit 7216445

Browse files
committed
fix edit player link
1 parent eda7dae commit 7216445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/templates/accounts/edit_player.html.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{%- block meta_description %}Administration portal to edit a player character{%- endblock meta_description %}
55
{%- block meta_url -%}{{ url_for('.edit', edit_player_id=edit_player.id, _external=True) -}}{%- endblock meta_url %}
66
{%- block title -%}Edit Player: {{ edit_player.name | title | safe }} / Administration Portal{%- endblock title -%}
7-
{%- 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 -%}
7+
{%- 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 -%}
88
{%- macro render_field(field) %}
99
<tr>
1010
<td class="admin-{{ field.name | safe }}">

0 commit comments

Comments
 (0)