Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_casanatics
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 Aidan Vincent M. Ng
midterm_casanatics
Commits
15fd58a7
Commit
15fd58a7
authored
Mar 05, 2023
by
Javi Ng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed attribute calling in views for calendar
parent
e0ec3c7c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
views.cpython-310.pyc
...casanatics/calendar_app/__pycache__/views.cpython-310.pyc
+0
-0
views.py
widget_casanatics/calendar_app/views.py
+5
-5
No files found.
widget_casanatics/calendar_app/__pycache__/views.cpython-310.pyc
View file @
15fd58a7
No preview for this file type
widget_casanatics/calendar_app/views.py
View file @
15fd58a7
...
...
@@ -20,11 +20,11 @@ def index(request):
<br>
'''
.
format
(
localdatetime
.
strftime
(
"
%
m/
%
d/
%
Y,
%
I:
%
M
%
p"
),
event
.
activity
()
,
event
.
estimated_hours
()
,
event
.
course
.
code
(),
event
.
course
.
title
(),
event
.
course
.
section
()
,
event
.
location
.
mode
()
,
event
.
location
.
venue
()
event
.
activity
,
event
.
estimated_hours
,
event
.
course
.
code
,
event
.
course
.
title
,
event
.
course
.
section
,
event
.
location
.
mode
,
event
.
location
.
venue
)
return
HttpResponse
(
'''
...
...
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