aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBonfaceKilz2021-10-18 09:45:49 +0300
committerBonfaceKilz2021-10-25 14:00:14 +0300
commit13c5727b90d2b5e20e69a334c1cb78fd258cf3e8 (patch)
treeb4870625508e140bfeb30e8cbf6f2b571da068e7
parent217fc72eee688aed4409120d964cb2140ce11961 (diff)
downloadgenenetwork2-13c5727b90d2b5e20e69a334c1cb78fd258cf3e8.tar.gz
manage_resource.html: Remove "flash"
-rw-r--r--wqflask/wqflask/templates/admin/manage_resource.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/admin/manage_resource.html b/wqflask/wqflask/templates/admin/manage_resource.html
index 33a37594..f69e6799 100644
--- a/wqflask/wqflask/templates/admin/manage_resource.html
+++ b/wqflask/wqflask/templates/admin/manage_resource.html
@@ -7,7 +7,6 @@
{% block content %}
<!-- Start of body -->
<div class="container">
- {{ flash_me() }}
<div class="page-header" style="display: inline-block;">
<h1>Resource Manager</h1>
<h3>{% if owner_name is not none %}Current Owner: {{ owner_name }}{% endif %} {% if admin_status == "owner" %}<button id="change_owner" class="btn btn-danger" data-url="/resources/change_owner" style="margin-left: 20px;">Change Owner</button>{% endif %}</h3>