Skip to content

Commit

Permalink
Rename template
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Jan 24, 2025
1 parent 18e65f0 commit 027f30d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h3 class="panel-title">
{% trans "Your attachments" context "account attachments page" %}
</h3>
</div>
{% include "misago/account/settings/attachments_usage.html" %}
{% include "misago/account/settings/attachments_storage.html" %}
<ul class="list-group">
{% for item in attachments.items %}
<li class="list-group-item attachment-list-item">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% load i18n %}
<div class="panel-body panel-attachments-usage">
<div class="panel-body panel-attachments-storage">
<h4>
{% trans "Storage usage" context "account attachments page" %}
</h4>
Expand Down

0 comments on commit 027f30d

Please sign in to comment.