summaryrefslogtreecommitdiff
path: root/commentingapp/templates/notified.html
blob: c062d3fbdbfd35db1dc4bbea120f7300cf6354ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 %}