Skip to content
Snippets Groups Projects
Commit 00bd8f30 authored by Saif Ali's avatar Saif Ali
Browse files

article templates udpated

parent 56f149c5
No related branches found
No related tags found
No related merge requests found
Pipeline #3193 canceled
{% 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment