iotronic-ui/iotronic_ui/iot/boards/templates/boards/_enableservice.html

9 lines
212 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "Enable service(s) on the selected board." %}</p>
{% endblock %}