Commit 76fad82b authored by Migs Atienza's avatar Migs Atienza

Updated Calendar Views

parent 67e11a16
# Default ignored files
/shelf/
/workspace.xml
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="Python 3.9 (myenv)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="PyDocumentationSettings">
<option name="format" value="PLAIN" />
<option name="myDocStringFormat" value="Plain" />
</component>
</module>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (myenv)" project-jdk-type="Python SDK" />
<component name="PyCharmProfessionalAdvertiser">
<option name="shown" value="true" />
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/midterm_k3git.iml" filepath="$PROJECT_DIR$/.idea/midterm_k3git.iml" />
</modules>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>
\ No newline at end of file
No preview for this file type
...@@ -15,7 +15,7 @@ def index(request): ...@@ -15,7 +15,7 @@ def index(request):
<li>Course/Section: {}<br> <li>Course/Section: {}<br>
<li>Mode: {}<br> <li>Mode: {}<br>
<li>Venue: {}<br> <li>Venue: {}<br>
</ul>""".format(event.target_datetime, event.activity, </ul>""".format(newEventDateTime, event.activity,
event.estimated_hours, event.course, event.estimated_hours, event.course,
event.location.mode, event.location.venue) event.location.mode, event.location.venue)
return HttpResponse(page_content) return HttpResponse(page_content)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment