From 00bd8f309af41469fdd938ae1710ac1fdaba831f Mon Sep 17 00:00:00 2001
From: sa23587 <saif.ali2@stud.th-deg.de>
Date: Mon, 10 Jun 2019 00:45:57 +0200
Subject: [PATCH] article templates udpated

---
 articles/templates/articles/add_comment.html | 9 ---------
 1 file changed, 9 deletions(-)
 delete mode 100644 articles/templates/articles/add_comment.html

diff --git a/articles/templates/articles/add_comment.html b/articles/templates/articles/add_comment.html
deleted file mode 100644
index 0f2e7b1..0000000
--- a/articles/templates/articles/add_comment.html
+++ /dev/null
@@ -1,9 +0,0 @@
-{% extends 'base_layout.html' %}
-
-{% block content %}
-    <h1>Add New Comment</h1>
-    <form method='POST'>{% csrf_token %}
-    {{ form.as_p }}
-    <button type='submit'>Submit</button>
-    </form>
-{% endblock %}
\ No newline at end of file
-- 
GitLab