{% extends 'base.html' %} {% load help_tags %} {% block title %}{{ title }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ title }}
{% csrf_token %}
{{ form.titel }} {% if form.titel.errors %}
{{ form.titel.errors }}
{% endif %}
{{ form.sortierung }} {% if form.sortierung.errors %}
{{ form.sortierung.errors }}
{% endif %}
{{ form.sortierung.help_text }}
{{ form.slug }} {% if form.slug.errors %}
{{ form.slug.errors }}
{% endif %}
{{ form.slug.help_text }}
{% if form.inhalt.errors %}
{{ form.inhalt.errors }}
{% endif %}
{{ form.inhalt.help_text }}
{{ form.ist_veroeffentlicht }} {% if form.ist_veroeffentlicht.errors %}
{{ form.ist_veroeffentlicht.errors }}
{% endif %}
Abbrechen
Rich Text Editor

Der Editor unterstützt:

  • Formatierung (Fett, Kursiv, Unterstrichen)
  • Überschriften (H1, H2, H3)
  • Listen (nummeriert und Aufzählungen)
  • Links
  • Bilder (über separaten Upload)

Tipp: Verwenden Sie die Bild-Upload-Funktion, um Bilder zur Seite hinzuzufügen.

{% endblock %} {% block extra_js %} {% endblock %}