fix upload button showing up for any GM level

This commit is contained in:
aronwk-aaron 2022-11-09 21:09:22 -06:00
parent 000a8c47bf
commit 64ccb29972

View File

@ -60,7 +60,7 @@
href='{{ url_for('characters.get_xml', id=character.id) }}'>
Download XML
</a>
{% if config.ENABLE_CHAR_XML_UPLOAD %}
{% if config.ENABLE_CHAR_XML_UPLOAD and current_user.gm_level == 9 %}
<a role="button" class="btn btn-primary btn-block"
href='{{ url_for('characters.upload', id=character.id) }}'>
Upload XML