Commit c163d660 authored by karin-kurusu's avatar karin-kurusu

Created forumpost-edit.html template

parent f03cca77
{% extends 'base.html' %}
{% load static %}
{% block title %}Edit Post(% endblock %)
{% block content %}
<h2>Edit post:</h2>
<p>
<form action="" method="post">
{% csrf_token %}
<table>
{{ form.as_table }}
</table>
<input type="submit" value="Save Changes to Post"/>
</form>
</p>
{% endblock %}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment