diff --git a/app/templates/partials/_character.html.j2 b/app/templates/partials/_character.html.j2 index 73e45c5..98cdf3d 100644 --- a/app/templates/partials/_character.html.j2 +++ b/app/templates/partials/_character.html.j2 @@ -41,35 +41,35 @@ {% if request.endpoint != "characters.view" %} -
-
-
- - View Character - +
+ -
{% else %} -
- - View XML - - - Download XML - - {% if config.ENABLE_CHAR_XML_UPLOAD %} +
- Upload XML + href='{{ url_for('characters.view_xml', id=character.id) }}'> + View XML + + + Download XML + + {% if config.ENABLE_CHAR_XML_UPLOAD and current_user.gm_level == 9 %} + + Upload XML + + {% endif %} + + View Account: {{character.account.username}} - {% endif %} - - View Account: {{character.account.username}} - {% endif %} {% if current_user.gm_level > 2 %}