Commit bcf523e3 authored by Migs Atienza's avatar Migs Atienza

Updated typo in forumpost-details.html

parent a92996bc
{% extends 'base.html' %}
{% block title %}{{ reply.forum_post.title }}{% endblock %}
{% block title %}{{ forum_post.title }}{% endblock %}
{% block content %}
<h1>{{ forum_post.title }}</h1>
<h3>by {{ forum_post.author }}<br>
......
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