mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
backups: cosmetic: Rename .inc file to .html
Tests performed: - Go to backups page. - Take a backup and see it listed in list of repositories. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
parent
d8e5d63616
commit
4e24eca25d
@ -58,7 +58,7 @@
|
||||
<h3>{% trans 'Existing Backups' %}</h3>
|
||||
|
||||
{% for repository in repositories %}
|
||||
{% include "backups_repository.inc" with uuid=repository.uuid %}
|
||||
{% include "backups_repository.html" with uuid=repository.uuid %}
|
||||
{% endfor %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user