{% extends "layout2.html" %} {% load i18n %} {% load static %} {% block css_include %} {% endblock %} {% block js_include %} {% endblock %} {% block content %}
{% csrf_token %}

 {% translate "Cluster Configuration" %}

{# Print form errors correctly #} {% for error in form.errors.values %} {{ error|safe }} {% endfor %} {{api_error}}
{% endblock %} {% block jquery_code %} $('.tageditor').tagEditor(); {% if success %} new PNotify({ title: "Success", text: 'Form saved', type: 'success', styling: 'bootstrap3', width: '500px', buttons: { closer: true, sticker: false } }); {% endif %} {% endblock %}