{{ object }}
+ {% if request.user == object %} + + {% endif %} +Posts
+| Post | +Comments | +Last comment | +|
|---|---|---|---|
+ {{ post.title }}+ by {{ post.author }} » + |
+ {{ post.comments__count }} | + {% if post.comments.last is not None %} + {% with comment=post.comments.last %} ++ by {{ comment.author }} » + | + {% endwith %} + {% else %} +No comments | + {% endif %} +
| No posts | +|||
Comments
+ +| Content | +Post | +Date | +
|---|---|---|
| {{ comment.content|markdown|safe|truncatechars_html:64 }} | + {% with post=comment.content_object %} +
+ {{ post.title }}+ by {{ post.author }} » + |
+ {% endwith %}
+ + |
| No comments | +||
Discussion
+Discussion
Update Post
-{{ topic.name }}
-{{ topic.description }} » {{ topic.created_at }}
+{{ topic.description }}
+Created:
- + New post + + New post
{{ post.title }}
- by {{ post.author }} » {{ post.created_at }} + by {{ post.author }} »Topics
- + New topic + + New topic
- by {{ post.author }} » {{ post.created_at }} + by {{ post.author }} »
The Forum
+The Forum
+ {% if messages %} + + {% endif %}You have been logged out. Log in
+Log in
+ {% if form.errors %} +Your username and password didn't match. Please try again.
+ {% endif %} + + ++ Password has been changed. + Log in +
+Change password
+ +Password was reset successfully.
+Reset password
+Enter a new password below.
+ +Password reset failed
+An email with password reset instructions has been sent.
+Reset your password
+Enter your email address below and we'll send you instructions on how to reset your password.
+ +