Commit c0bab005 authored by Jan Ericsson Ong Ang's avatar Jan Ericsson Ong Ang

edited space formatting & specified course details

parent bcf01fff
......@@ -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">
......
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