Skip to content

Commit

Permalink
not showing delete button
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsoest committed Sep 30, 2023
1 parent 90c5fa9 commit 345a995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/instance.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "layout.html" %}
{% block content %}
<h1>Instance details</h1>
{% if not instance_uri.contains("metadatacenter.org") %}

<!-- <button type="button" class="btn btn-danger float-right mb-1" data-toggle="modal"
data-target="#deleteModal">Delete</button>
Expand All @@ -23,7 +23,7 @@ <h5 class="modal-title" id="exampleModalLabel">Are you sure?</h5>
</div>
</div>
</div> -->
{% endif %}


<table class="table table-sm table-striped mt-2">
<thead>
Expand Down

0 comments on commit 345a995

Please sign in to comment.