Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Make modification alert non-dismissable
Browse files Browse the repository at this point in the history
  • Loading branch information
karolyi committed Jan 14, 2017
1 parent e87a018 commit 0598c50
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions backend/forum/account/jinja2/account/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ <h6 class="card-subtitle mb-2 text-muted">{{ _('Generic settings (will be applie
<hr>
<h6 class="card-subtitle mb-2 text-muted">{{ _('Introductions (will be applied only after an admin approves them)') }}</h6>
{% if intro_mod_form.last_intro_mod %}
<div class="alert alert-info alert-dismissible fade show" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
<div class="alert alert-info" role="alert">
{{- _('You have an introduction modification waiting for approval on behalf an administrator. You can edit it again here until it happens.') -}}
</div>
{% endif %}
Expand Down

0 comments on commit 0598c50

Please sign in to comment.