Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_group22
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 Tamano
widget_group22
Commits
38c220a3
Commit
38c220a3
authored
May 10, 2022
by
Julliana Zarah C. Cruz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'cruz/announcements'
parents
a0029ef6
9a3f0881
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
announcements.html
.../announcements/templates/announcements/announcements.html
+8
-1
base.html
...t_group22/announcements/templates/announcements/base.html
+3
-2
No files found.
widget_group22/announcements/templates/announcements/announcements.html
View file @
38c220a3
{% extends "announcements/base.html" %}
{% extends "announcements/base.html" %}
{% load static %}
{% block title %}Announcement{% endblock %}
{% block styles %}
<link
rel=
"stylesheet"
href=
"{% static 'css/style.css' %}"
>
{% endblock %}
{% block content %}
{% block content %}
<h1>
Announcement Board
</h1>
<h1>
Announcement Board
</h1>
<body>
<body>
<p>
Important Announcements:
</p>
<p>
Important Announcements:
</p>
<ol
style=
"list-style-type:circle"
>
<ol>
{% for announcement in all_announcements %}
{% for announcement in all_announcements %}
<p>
<p>
<a
href =
{%
url
'
announcements:details
'
announcement
.
id
%}
>
<a
href =
{%
url
'
announcements:details
'
announcement
.
id
%}
>
...
...
widget_group22/announcements/templates/announcements/base.html
View file @
38c220a3
<!DOCTYPE html>
<!DOCTYPE html>
<html
lang=
"en"
>
<html
lang=
"en"
>
<head>
<head>
<link
rel=
"stylesheet"
href=
"style.css"
>
<title>
{% block title %}{% endblock %}
</title>
<title>
{% block title %}{% endblock %}
</title>
{% block styles %}{% endblock %}
{% block styles %}
{% endblock %}
</head>
</head>
<body>
<body>
<div
id=
"content"
>
<div
id=
"content"
>
{% block content %}{% endblock %}
{% block content %}{% endblock %}
</div>
</div>
...
...
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