Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_group 25
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
Andre Matthew Dumandan
widget_group 25
Commits
c50707f6
Commit
c50707f6
authored
May 23, 2022
by
Alia Lawraine Olay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edited CSS files for formatting
parent
decc474c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
create_styles.css
...t_group_25/static/announcementboard/css/create_styles.css
+8
-1
announcement_form.html
...oup_25/templates/announcementboard/announcement_form.html
+1
-1
announcement_list.html
...oup_25/templates/announcementboard/announcement_list.html
+1
-1
No files found.
widget_group_25/widget_group_25/static/announcementboard/css/create_styles.css
View file @
c50707f6
...
@@ -30,5 +30,12 @@ a:link {
...
@@ -30,5 +30,12 @@ a:link {
}
}
a
:visited
{
a
:visited
{
color
:
#5c677d
color
:
#5c677d
;
}
#submit_button
{
background-color
:
white
;
font-family
:
'Trebuchet MS'
;
color
:
#33415c
;
border-color
:
#33415c
;
}
}
\ No newline at end of file
widget_group_25/widget_group_25/templates/announcementboard/announcement_form.html
View file @
c50707f6
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
{{ form.announcement_body }}
<br><br>
{{ form.announcement_body }}
<br><br>
<label
for=
"{{ form.authot.id_for_label }}"
>
Author
</label><br>
<label
for=
"{{ form.authot.id_for_label }}"
>
Author
</label><br>
{{ form.author }}
<br><br>
{{ form.author }}
<br><br>
<input
type=
"submit"
value=
"Save Announcement"
>
<input
type=
"submit"
value=
"Save Announcement"
id=
"submit_button"
>
</form>
</form>
</p>
</p>
<br><h4><a
href=
"{% url 'announcementboard:announcement-list' %}"
>
Back to Announcement Board
</a></h4>
<br><h4><a
href=
"{% url 'announcementboard:announcement-list' %}"
>
Back to Announcement Board
</a></h4>
...
...
widget_group_25/widget_group_25/templates/announcementboard/announcement_list.html
View file @
c50707f6
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
{% block content %}
{% block content %}
<h1>
Announcement Board
</h1>
<h1>
Announcement Board
</h1>
<h3>
Important
announcements:
</h3>
<h3>
Important
Announcements
</h3>
<ul>
<ul>
{% for object in object_list %}
{% for object in object_list %}
<li>
<li>
...
...
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