diff --git a/plinth/modules/backups/templates/backups.html b/plinth/modules/backups/templates/backups.html
index 69890756a..6b8558ab8 100644
--- a/plinth/modules/backups/templates/backups.html
+++ b/plinth/modules/backups/templates/backups.html
@@ -56,15 +56,9 @@
{% trans 'Upload and Restore' %}
-
{% trans 'Existing Backups' %}
-
- {% for repository in repositories %}
- {% include "backups_repository.inc" with uuid=repository.uuid %}
- {% endfor %}
-
+ role="button" class="btn btn-default"
+ href="{% url 'backups:add-repository' %}">
{% trans 'Add Backup Location' %}
@@ -76,4 +70,10 @@
{% trans 'Add Remote Backup Location' %}
+ {% trans 'Existing Backups' %}
+
+ {% for repository in repositories %}
+ {% include "backups_repository.inc" with uuid=repository.uuid %}
+ {% endfor %}
+
{% endblock %}