Commit 4212b907 authored by Jan Ericsson Ong Ang's avatar Jan Ericsson Ong Ang

started creating calendar.html template

parent 524a37f2
{% extends 'base.html' %}
{% block title %}Widget's Calendar of Activities{% endblock %}
{% block content %}
{% block header %}<h1>Widget's Calendar of Activities</h1>{% endblock %}
{% for in %}
<a href="/calendar/events/{{pk}}>/details/">activity thingy</a><br>
{% endfor %}
<button type="button">
<a href="/calendar/events/add/">New Activity</a>
</button><br>
<a href="dashboard/">Dashboard</a><br>
<a href="announcements/">Announcements</a><br>
<a href="forum/">Forum</a><br>
<a href="assignments/">Assignments</a><br>
{% endblock %}
\ 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