{% extends "components/base.html" %} {% block title %}Create Notice{% endblock %} {% block main_area %}

Create New Notice

{% csrf_token %}
{{ form.title.label_tag }} {{ form.title }}

Contents

{{ form.contents }}
Cancel
{% endblock %}