Implemented editing for model instances

This commit is contained in:
2021-11-09 20:31:19 -06:00
parent 82c42e66ae
commit fa9a51509a
11 changed files with 84 additions and 21 deletions

12
templates/success.html Normal file
View File

@@ -0,0 +1,12 @@
{% extends "base.html" %}
{% block title %} {{ title }}{% endblock %}
{% block content %}
<head>
<meta http-equiv="refresh" content="2;url={% url call_back %}" />
</head>
<span class="text-success">Success!</span> <span class="text-muted">Redirecting...</span>
{% endblock %}