{% extends "adminpanel/base.html" %} {% block title %}{% if website %}Edit {{ website.name }}{% else %}Add website{% endif %} — admin{% endblock %} {% block heading %}{% if website %}Edit website{% else %}Add website{% endif %}{% endblock %} {% block content %}
← Back
{% csrf_token %}

Overview

{% with msg=errors.name %}{% include "partials/error.html" %}{% endwith %}
{% with msg=errors.slug %}{% include "partials/error.html" %}{% endwith %}
{% with msg=errors.client %}{% include "partials/error.html" %}{% endwith %}
{% with msg=errors.domain %}{% include "partials/error.html" %}{% endwith %}

Domain

Hosting

Technology

SSL

Maintenance

Cancel
{% endblock %} {% block scripts %} {% endblock %}