Commit 991f5c63 authored by Alliyah Marcelo's avatar Alliyah Marcelo

Modified forumpost-edit.html tto display Forum edit page.

parent 80bae545
forumpost-edit
\ No newline at end of file
{% extends 'base.html' %}
{% load static %}
{% block title %}Edit Post{% endblock %}
{% block heading %}Edit Post:{% endblock %}
{% block content %}
<form method="post">
{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Save Changes to Post">
</form>
{% 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