Skip to content

Commit

Permalink
Fixed #161 - remove ds button needs a type
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Kraft committed Aug 28, 2024
1 parent f358276 commit 3bc32cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odmf/static/templates/dataset-edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ <h4 class="card-title">Some help for the Python and latex expressions</h4>
<button type="submit" id="save" name="save" class="btn btn-success mr-2" >
<i class="fas fa-check mr-2"/> save changes
</button>
<button py:if="access(Level.admin)" class="btn btn-danger mr-2"
<button py:if="access(Level.admin)" class="btn btn-danger mr-2" type="button"
title="remove dataset permanently" data-toggle="tooltip" id="removeds"
data-dsid="${ds_act.id}" data-dsname="${str(ds_act)}" data-dssize="${ds_act.size()}">
<i class="fas fa-trash mr-2"/> delete dataset
Expand Down

0 comments on commit 3bc32cc

Please sign in to comment.