Skip to content

Commit

Permalink
Remove success alert when object is not found
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed Apr 21, 2024
1 parent 8c55905 commit 7948b92
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions weechat/templates/about/screenshots.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ <h4>{{ screenshot.comment|linebreaksbr|urlize }}</h4>
{% trans "Screenshot not found:" %} {{ filename }}
</div>
{% else %}
<div class="alert alert-success">
<p>
{% trans "No screenshot." %}
</div>
</p>
{% endif %}

{% endif %}
Expand Down
4 changes: 2 additions & 2 deletions weechat/templates/dev/info_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@

{% else %}

<div class="alert alert-success">
<p>
{% trans "No info." %}
</div>
</p>

{% endif %}

Expand Down
4 changes: 2 additions & 2 deletions weechat/templates/download/debian.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@ <h5 class="my-0">

{% else %}

<div class="alert alert-success">
<p>
{% trans "No debian repository." %}
</div>
</p>

{% endif %}

Expand Down
4 changes: 2 additions & 2 deletions weechat/templates/scripts/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ <h3>{% trans "WeeChat official scripts" %}</h3>

{% else %}

<div class="alert alert-success">
<p>
{% trans "No script found." %}
</div>
</p>

{% endif %}

Expand Down
4 changes: 2 additions & 2 deletions weechat/templates/themes/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ <h3>

{% else %}

<div class="alert alert-success">
<p>
{% trans "No theme found." %}
</div>
</p>

{% endif %}

Expand Down

0 comments on commit 7948b92

Please sign in to comment.