Implemented editing for model instances
This commit is contained in:
12
templates/success.html
Normal file
12
templates/success.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user