Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
midterm_OhMyBash
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nheo Samson
midterm_OhMyBash
Commits
80bae545
Commit
80bae545
authored
May 13, 2023
by
Alliyah Marcelo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified forumpost-add.html tto display Forum add page.
parent
cdba66ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
8 deletions
+14
-8
forumpost-add.html
widget_OhMyBash/forum/templates/forum/forumpost-add.html
+14
-1
forumpost-details.html
widget_OhMyBash/forum/templates/forum/forumpost-details.html
+0
-7
No files found.
widget_OhMyBash/forum/templates/forum/forumpost-add.html
View file @
80bae545
forumpost-add
{% extends 'base.html' %}
\ No newline at end of file
{% load static %}
{% block title %}Add Post{% endblock %}
{% block heading %}
<h1>
Add a new post:
</h1>
{% endblock %}
{% block content %}
<form
method=
"post"
>
{% csrf_token %}
{{ form.as_p }}
<input
type=
"submit"
value=
"Save New Post"
>
</form>
{% endblock %}
\ No newline at end of file
widget_OhMyBash/forum/templates/forum/forumpost-details.html
View file @
80bae545
...
@@ -15,13 +15,6 @@
...
@@ -15,13 +15,6 @@
{{ object.pub_datetime }}
<br>
{{ object.pub_datetime }}
<br>
{{ object.body }}
<br>
{{ object.body }}
<br>
</p>
</p>
<p>
POST REPLIES:
by {{ object.reply.author }}
<br>
{{ object.reply.pub_datetime }}
<br>
{{ object.reply.body }}
<br>
</p>
{% endblock %}
{% endblock %}
{% block footing %}
{% block footing %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment