mistral-dashboard/mistraldashboard/workflows/templates/workflows/_update.html

7 lines
216 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "Update workflows with the provided definition." %}</p>
{% endblock %}