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

Created forumpost-add.html template

parent d63291a8
{% extends 'base.html' %}
{% load static %}
{% block title %}Add Post(% endblock %)
{% block content %}
<h2>Add a new post:</h2>
<p>
<form action="" method="post">
{% csrf_token %}
<table>
{{ form.as_table }}
</table>
<input type="submit" value="Save New 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