{% extends 'base.html' %} {% load static %} {% block title %}{% if object %}Edit Subject{% else %}Add Subject{% endif %} - Rapha-Bethel BNPS{% endblock %} {% block content %}

{% if object %}Edit Subject{% else %}Add New Subject{% endif %}

{% if object %}Update subject details{% else %}Add a subject to the curriculum{% endif %}

Back to Subjects
Subject Details
{% csrf_token %} {% if form.errors %}
Please correct the errors below.
{% endif %}
{{ form.code }} {% if form.code.errors %}
{{ form.code.errors }}
{% endif %}
e.g. MATH, ENG, SCI
{{ form.category }}
{{ form.name }} {% if form.name.errors %}
{{ form.name.errors }}
{% endif %}
{{ form.name_fr }}
{{ form.description }}
Cancel
{% block extra_js %} {% endblock %} {% endblock %}