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

created calendar.html content

parent e72ef795
......@@ -5,13 +5,13 @@
{% block header %}<h1>Widget's Calendar of Activities</h1>{% endblock %}
{% for in %}
<a href="/calendar/events/{{pk}}>/details/">activity thingy</a><br>
{% for event in events %}
<a href="{{event.id}}>/details"> {{event.activty}} </a><br>
{% endfor %}
<button type="button">
<a href="/calendar/events/add/">New Activity</a>
<button type="button" onclick="window.location.href='/calendar/events/add/'">
<a >New Activity</a>
</button><br>
<a href="dashboard/">Dashboard</a><br>
......
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