Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_group17
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
Vaughn Nephi Fajardo
widget_group17
Commits
0606f162
Commit
0606f162
authored
May 15, 2022
by
Vaughn Fajardo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: adjusted other apps to base.html new location
parent
cac4a342
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
20 deletions
+2
-20
base.html
widget_group_17/forum/templates/forum/base.html
+0
-18
detail.html
widget_group_17/forum/templates/forum/detail.html
+1
-1
index.html
widget_group_17/forum/templates/forum/index.html
+1
-1
No files found.
widget_group_17/forum/templates/forum/base.html
deleted
100644 → 0
View file @
cac4a342
{% load static %}
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'homepage/style.css' %}"
>
<title>
Website
</title>
</head>
<body>
{% block content %}
{% endblock %}
</body>
</html>
\ No newline at end of file
widget_group_17/forum/templates/forum/detail.html
View file @
0606f162
{% extends "
forum/
base.html" %}
{% extends "base.html" %}
{% block content %}
{% block content %}
<h1>
{{ post.post_title }}
</h1>
<h1>
{{ post.post_title }}
</h1>
...
...
widget_group_17/forum/templates/forum/index.html
View file @
0606f162
{% extends "
forum/
base.html" %}
{% extends "base.html" %}
{% block content%}
{% block content%}
<h2>
Forum Posts:
</h2>
<h2>
Forum Posts:
</h2>
...
...
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