Commit 751fb6b1 authored by Ysabella Panghulan's avatar Ysabella Panghulan

Merge branch 'calendarv2'

parents 34e2527a a38ecd67
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
{% load static %} {% load static %}
{% block stylesheets %} {% block stylesheets %}
<link rel="stylesheet" type="text/css" href="{% static 'widget_calendar/event.css' %}"> <link rel="stylesheet" type="text/css" href="{% static 'widget_calendar/event.css' %}">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
{% endblock %} {% endblock %}
{% block title %}{{ object }}{% endblock %} {% block title %}{{ object }}{% endblock %}
...@@ -21,5 +22,5 @@ ...@@ -21,5 +22,5 @@
</div> </div>
{% endblock %} {% endblock %}
</div> </div>
<a href="{{object.get_absolute_url}}../edit" class="edit-btn">Edit Activity</a> <a href="{{object.get_absolute_url}}../edit" class="edit-btn"><i class="fa fa-edit"></i>Edit Activity</a>
{% endblock %} {% 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