{% extends 'base.html' %} {% load static %} {% block title %}{% if object %}Edit Subject{% else %}Add Subject{% endif %} - Rapha-Bethel BNPS{% endblock %} {% block content %}
{% if object %}Update subject details{% else %}Add a subject to the curriculum{% endif %}