backups: Remove cancel button from add disk location page

For consistency with add remote location page.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2019-08-27 22:18:23 -07:00 committed by James Valleroy
parent 925df966f3
commit 92abe9f3c1
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -32,9 +32,6 @@
<input type="submit" class="btn btn-primary"
value="{% trans "Create Repository" %}"/>
<a class="btn btn-default" role="button" href="{% url 'backups:index' %}">
{% trans "Cancel" %}
</a>
</form>
{% endblock %}