Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_aguandhischipmunks
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
Adrian Lance Damalerio
midterm_aguandhischipmunks
Commits
c0bab005
Commit
c0bab005
authored
May 15, 2023
by
Jan Ericsson Ong Ang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edited space formatting & specified course details
parent
bcf01fff
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
models.cpython-310.pyc
...chipmunks/calendar_app/__pycache__/models.cpython-310.pyc
+0
-0
event-details.html
...andhischipmunks/calendar_app/templates/event-details.html
+5
-5
db.sqlite3
widget_aguandhischipmunks/db.sqlite3
+0
-0
No files found.
widget_aguandhischipmunks/calendar_app/__pycache__/models.cpython-310.pyc
View file @
c0bab005
No preview for this file type
widget_aguandhischipmunks/calendar_app/templates/event-details.html
View file @
c0bab005
...
...
@@ -5,11 +5,11 @@
{% block content %}
<h1>
{{object.activity}}
</h1>
<ul>
<p>
Date and Time: {{object.target_datetime|date:'m/d/Y, h:i A'}}
</p
>
<p>
Estimated Hours: {{object.estimated_hours}}
</p
>
<p>
{{object.course}}
</p
>
<p>
Mode: {{object.location.mode}}
</p
>
<p>
Venue: {{object.location.venue}}
</p
>
Date and Time: {{object.target_datetime|date:'m/d/Y, h:i A'}}
<br
>
Estimated Hours: {{object.estimated_hours}}
<br
>
{{object.course.code}} {{object.course.title}} - {{object.course.section}}
<br
>
Mode: {{object.location.mode}}
<br
>
Venue: {{object.location.venue}}
<br
>
</ul>
<form
action=
"./edit"
>
...
...
widget_aguandhischipmunks/db.sqlite3
View file @
c0bab005
No preview for this file type
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