Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
etchegom committed Jan 9, 2025
1 parent d5ff0fc commit c0bb35b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% load static %}

<dialog class="fr-modal"
aria-labelledby="fr-modal-title-modal-1"
aria-labelledby="task-recommendation-delete-modal"
role="dialog"
id="task-recommendation-delete-modal-{{ recommendation_id }}">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@


<div class="col-12 fr-p-3w fr-mx-auto"
x-data="{'isDeleteModalOpen': false}"
x-on:keydown.escape="isDeleteModalOpen=false">

<div class="row recommendation-list fr-mb-2w">

<div class="col-sm-12 col-lg-8 col-xl-9 fr-mb-6w">
<h2>
<svg class="bi rounded-circle fr-p-2v" width="40" height="40">
Expand Down

0 comments on commit c0bb35b

Please sign in to comment.