Commit 085ec69e authored by Stephanie Tullao's avatar Stephanie Tullao

Added add new post button to main forum page

parent 123e7ae7
...@@ -16,5 +16,8 @@ ...@@ -16,5 +16,8 @@
</a> </a>
</li> </li>
{% endfor %} {% endfor %}
<div id="addnewpost">
<p><a href="{% url 'forum:post-create' %}">Add New Post</a></p>
</div>
</body> </body>
{% endblock %} {% 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