Skip to content

Commit

Permalink
fix: Error message does not show when user clicks Dismiss button (ope…
Browse files Browse the repository at this point in the history
  • Loading branch information
ayesha-waris committed Feb 26, 2024
1 parent c0020a8 commit c61df90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/templates/course_outline.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h2 class="title title-3">${_("This course was created as a re-run. Some manual

<ul class="nav-actions">
<li class="action action-dismiss">
<a href="#" class="button dismiss-button" style="color:black; border-color:black">
<a href="#" class="button dismiss-button-announcement" style="color:black; border-color:black">
<span class="icon fa fa-times-circle" aria-hidden="true"></span>
<span class="button-copy">${_("Dismiss")}</span>
</a>
Expand Down

0 comments on commit c61df90

Please sign in to comment.