Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_casanatics
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
John Aidan Vincent M. Ng
midterm_casanatics
Commits
28ff3b64
Commit
28ff3b64
authored
May 06, 2023
by
Javi Ng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
created announcement-edit.html
parent
be1a2373
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletion
+19
-1
announcement-add.html
..._board/templates/announcement_board/announcement-add.html
+1
-1
announcement-edit.html
...board/templates/announcement_board/announcement-edit.html
+18
-0
No files found.
widget_casanatics/announcement_board/templates/announcement_board/announcement-add.html
View file @
28ff3b64
...
...
@@ -9,7 +9,7 @@
{% csrf_token %}
{% for field in form%}
<b>
{{ field.label }}:
</b>
{{ field }}
<br>
<b>
{{ field.label }}:
</b>
{{ field }}
<br>
<br>
{% endfor %}
<button
type=
"submit"
>
Add Announcement
</button>
...
...
widget_casanatics/announcement_board/templates/announcement_board/announcement-edit.html
0 → 100644
View file @
28ff3b64
{% extends 'base.html' %}
{% load static %}
{% block title %} Edit Announcement {% endblock %}
{% block content %}
<h1>
Edit announcement:
</h1>
<form
method=
"POST"
>
{% csrf_token %}
{% for field in form%}
<b>
{{ field.label }}:
</b>
{{ field }}
<br><br>
{% endfor %}
<button
type=
"submit"
>
Save Changes to Announcement
</button>
</form>
{% endblock %}
\ No newline at end of file
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