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:
Sunil Mohan Adapa 2020-02-29 20:30:45 -05:00 committed by Veiko Aasa
parent d8e5d63616
commit 4e24eca25d
No known key found for this signature in database
GPG Key ID: 478539CAE680674E
2 changed files with 1 additions and 1 deletions

View File

@ -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 %}