diff options
Diffstat (limited to 'commentingapp/templates/notified.html')
-rw-r--r-- | commentingapp/templates/notified.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/commentingapp/templates/notified.html b/commentingapp/templates/notified.html new file mode 100644 index 0000000..c062d3f --- /dev/null +++ b/commentingapp/templates/notified.html @@ -0,0 +1,14 @@ +{% extends "base.html" %} +{% block title %} Success {% endblock %} + +{% block content %} + +<body> + +{% csrf_token %} +<h5> {{ notified_comments }} </h5> +<p></p> +<p> <a href = "{% url 'commentingapp.views.commenting' %}"> << Go back to Commenting Page </a></p> + +</body> +{% endblock %} |