mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +00:00
15 lines
334 B
HTML
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 %}
|