Third updates of updates

This commit is contained in:
Vivek P Prakash
2025-11-28 18:52:02 +05:30
parent d6abf022a2
commit e2b7788b77
5 changed files with 164 additions and 146 deletions

View File

@@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% block content %}
<div class="container mt-4">
<h3>{% if object %}Edit{% else %}Add{% endif %} Event</h3>
<h3>{% if object %}Edit{% else %}Add{% endif %} User</h3>
<form method="post" novalidate>
{% csrf_token %}