diff --git a/IncBackups/templates/IncBackups/createV2Backup.html b/IncBackups/templates/IncBackups/createV2Backup.html new file mode 100644 index 000000000..6b5eb8ddd --- /dev/null +++ b/IncBackups/templates/IncBackups/createV2Backup.html @@ -0,0 +1,229 @@ +{% extends "baseTemplate/index.html" %} +{% load i18n %} +{% block title %}{% trans "Create Incremental Backup" %}{% endblock %} +{% block content %} + + {% load static %} + + {% get_current_language as LANGUAGE_CODE %} + + +
{% trans "This page can be used to create incremental backups for your websites." %}
+
#}
+{#