update: changed header of New Forum Post on template to look more consistent

parent 7f425b1c
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
{% block content %} {% block content %}
<div style = "position: relative; left:80px; top:30px;"> <div style = "position: relative; left:80px; top:30px;">
<h1>NEW FORUM POST</h1> <h2>NEW FORUM POST</h2>
</div> </div>
<div style = "position: relative; left:80px; top:30px;"> <div style = "position: relative; left:80px; top:30px;">
<form method="POST" action ="{% url 'forum:post_add' %}" enctype="multipart/form-data"> <form method="POST" action ="{% url 'forum:post_add' %}" enctype="multipart/form-data">
......
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