Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_Francoconuts
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Chester Tan
widget_Francoconuts
Commits
8aa8cc25
Commit
8aa8cc25
authored
May 23, 2022
by
Bryan Carlo Guanlao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added background color for announcement form
parent
80da0443
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
12 deletions
+18
-12
announcement_form.html
...ouncements/templates/announcements/announcement_form.html
+13
-12
announcement-form.css
...ancoconuts/static/announcements/css/announcement-form.css
+5
-0
No files found.
widget_Francoconuts/announcements/templates/announcements/announcement_form.html
View file @
8aa8cc25
...
...
@@ -4,19 +4,20 @@
<h1>
New Announcement
</h1>
</div>
<div
class=
"form"
>
<form
method=
"POST"
>
{% csrf_token %}
<table
border=
"1"
>
{{form.as_table}}
<tr>
<td
colspan=
"2"
><input
class=
"save-btn"
type=
"submit"
value=
"Save Announcement"
></td>
</tr>
</table>
</form>
<a
class=
"go-back"
href=
"{% url 'announcements:announcement-list' %}"
><button>
Go back
</button></a>
<div
class=
"body2"
>
<div
class=
"form"
>
<form
method=
"POST"
>
{% csrf_token %}
<table
border=
"1"
>
{{form.as_table}}
<tr>
<td
colspan=
"2"
><input
class=
"save-btn"
type=
"submit"
value=
"Save Announcement"
></td>
</tr>
</table>
</form>
<a
class=
"go-back"
href=
"{% url 'announcements:announcement-list' %}"
><button>
Go back
</button></a>
</div>
</div>
{% load static %}
<link
rel=
"stylesheet"
href=
"{% static 'announcements/css/announcement-form.css' %}"
>
{% endblock content %}
\ No newline at end of file
widget_Francoconuts/widget_Francoconuts/static/announcements/css/announcement-form.css
View file @
8aa8cc25
body
{
background-color
:
bisque
;
}
table
{
margin-left
:
auto
;
margin-right
:
auto
;
margin-top
:
30px
;
background-color
:
rgb
(
230
,
230
,
230
);
}
.header
{
...
...
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