{% extends "base.html" %} {% block title %}{{ page_title }}{% endblock %} {% block content %}
Signal CMS

Publish an original story.

This first workflow lets editors submit a polished brief, publish it immediately, and have it appear beside imported RSS coverage.

{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{{ form.title }}
{{ form.title.errors }}
{{ form.topic }}
{{ form.topic.errors }}
{{ form.author_name }}
{{ form.author_name.errors }}
{{ form.excerpt }}
{{ form.excerpt.errors }}
{{ form.content }}
{{ form.content.errors }}
{{ form.is_featured }}
Manage in admin
{% endblock %}