{% extends 'administration/base_administrasi2.html' %} {% load static %} {% block title %} Form Pembuatan Berita {% endblock %} {% block stylesheets %} {% endblock stylesheets %} {% block content %}
{% if type == 'update' %}
{% csrf_token %}

Formulir Sunting Berita


{{form.as_p}}
{% else %}
{% csrf_token %}

Formulir Tambah Berita


{{form.as_p}}
{% endif %}
{% endblock %}