Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
red_brick_board
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
1
Merge Requests
1
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
Ciella Francisco
red_brick_board
Commits
4636bf2d
Commit
4636bf2d
authored
Apr 12, 2024
by
Jenica
Browse files
Options
Browse Files
Download
Plain Diff
Merge event_management to main branch
parents
af4b2cb9
16b3ea8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
create_event.html
...t_management/templates/event_management/create_event.html
+1
-1
base.html
redbrickboard/templates/base.html
+2
-2
No files found.
redbrickboard/event_management/templates/event_management/create_event.html
View file @
4636bf2d
{% extends 'base.html' %}
{% load static %}
{% block title %}
Widget's Forum
{% endblock %}
{% block title %}
Event Management
{% endblock %}
{% block content %}
<div
class=
"container justify-content-md-center align-items-center"
id=
"trial"
>
<div
class=
"row"
>
...
...
redbrickboard/templates/base.html
View file @
4636bf2d
...
...
@@ -11,8 +11,8 @@
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static '
/
css/custom.css' %}"
>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"
static/images/Logo.png
"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'css/custom.css' %}"
>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"
{% static 'images/Logo.png' %}
"
>
<title>
{% block title %}Red Brick Board{% endblock %}
</title>
</head>
...
...
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