FreedomBox/plinth/modules/upgrades/templates/upgrades_configure.html
Sunil Mohan Adapa e89e2b4a2a
*.html: Use SPDX license identifier
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
2020-02-19 14:39:19 +02:00

15 lines
334 B
HTML

{% extends "app.html" %}
{% comment %}
# SPDX-License-Identifier: AGPL-3.0-or-later
{% endcomment %}
{% load bootstrap %}
{% load i18n %}
{% block status %}
<a href="{% url 'upgrades:upgrade' %}" class="btn btn-default"
role="button" title="{% trans 'Manual update' %}">
{% trans 'Manual update' %}
</a>
{% endblock %}