iotronic-ui/iotronic_ui/iot/boards/templates/boards/_detachport.html
Carmelo Romeo d8547deb54 Code cleaned after Vancouver Demo
Change-Id: I9746ec6bec06f8edf2e1b01a320ca3bfab780980
2018-05-25 15:33:11 +02:00

9 lines
221 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "Detach one or more attached ports from the board." %}</p>
{% endblock %}