Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_robo_mommy
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Raul Jarod Conanan
midterm_robo_mommy
Commits
2fd5a27e
Commit
2fd5a27e
authored
May 14, 2023
by
Lance Dominic B. Santuyo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated calendar URL
parent
337d3793
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
announcements.html
.../announcements/templates/announcements/announcements.html
+1
-1
assignments.html
..._mommy/assignments/templates/assignments/assignments.html
+1
-2
urls.py
widget_robo_mommy/widget_robo_mommy/urls.py
+1
-1
No files found.
widget_robo_mommy/announcements/templates/announcements/announcements.html
View file @
2fd5a27e
...
...
@@ -25,6 +25,6 @@
<a
href =
"/assignments/"
>
Assignments
</a>
<a
href =
"/
widget_C
alendar/"
>
Calendar
</a>
<a
href =
"/
c
alendar/"
>
Calendar
</a>
</div>
{% endblock %}
\ No newline at end of file
widget_robo_mommy/assignments/templates/assignments/assignments.html
View file @
2fd5a27e
{% extends 'base.html' %}
{% block title %} Widget's Assignments {% endblock %}
...
...
@@ -27,6 +26,6 @@
<a
href =
"/forum/"
>
Forum
</a>
<a
href =
"/
widget_C
alendar/"
>
Calendar
</a>
<a
href =
"/
c
alendar/"
>
Calendar
</a>
</div>
{% endblock %}
\ No newline at end of file
widget_robo_mommy/widget_robo_mommy/urls.py
View file @
2fd5a27e
...
...
@@ -19,7 +19,7 @@ from django.urls import include, path
urlpatterns
=
[
path
(
''
,
include
(
'announcements.urls'
,
namespace
=
"announcements"
)),
path
(
'
widget_C
alendar/'
,
include
(
'widget_Calendar.urls'
,
namespace
=
"widget_Calendar"
)),
path
(
'
c
alendar/'
,
include
(
'widget_Calendar.urls'
,
namespace
=
"widget_Calendar"
)),
path
(
''
,
include
(
'Dashboard.urls'
,
namespace
=
"dashboard"
)),
path
(
'admin/'
,
admin
.
site
.
urls
),
path
(
'assignments/'
,
include
(
'assignments.urls'
,
namespace
=
"assignments"
)),
...
...
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