fix: [tree/template] typo fixed

pull/909/head
Alexandre Dulaunoy 2024-04-11 18:19:42 +02:00
parent 8fc4017021
commit e612c3d140
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@
<div class="modal-footer">
<a class="btn btn-primary" href="#captureHashesTypesModal"
data-remote="{{ url_for('tree_capture_hashes_types', tree_uuid=tree_uuid) }}"
data-bs-toggle="modal" data-bs-target="#captureHashesTypesModal" role="button">Back to capture's hahses</a>
data-bs-toggle="modal" data-bs-target="#captureHashesTypesModal" role="button">Back to capture's hashes</a>
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>