cloudkitty-dashboard/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/_field_create.html

8 lines
231 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "A field is referring to a metadata field of a resource. " %}</p>
{% endblock %}