{% extends 'dashboard/base.html' %} {% block title %}{% if legal_page %}Edit {{ legal_page.title }}{% else %}New Legal Page{% endif %}{% endblock %} {% block content %}

{% if legal_page %}Edit Legal Page{% else %}New Legal Page{% endif %}

← All legal pages

{% csrf_token %}

Just used to help organise things — the title and URL below are fully yours to edit.

{{ form.page_type }} {{ form.title }} {{ form.slug }} {% if legal_page %}

Currently: /legal/{{ legal_page.slug }}/

{% else %}

Leave blank to generate automatically from the title.

{% endif %} {{ form.content }}

Plain text is fine — paragraph breaks are kept automatically.

Visibility

{{ form.order }}

SEO & Web Address

{{ form.meta_title }} {{ form.meta_description }}
{% if legal_page %}

Use this on your Cookie Consent banner

Paste this into the Cookie / privacy policy link field on the Cookie Consent settings tab to point the banner's "Learn more" link at this page.

{% endif %}
Don't forget to save your changes
{% endblock %}