Commit a38ecd67 authored by Ysabella Panghulan's avatar Ysabella Panghulan

added style in edit button

parent f7cc1b8b
......@@ -2,6 +2,7 @@
{% load static %}
{% block stylesheets %}
<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 %}
{% block title %}{{ object }}{% endblock %}
......@@ -19,5 +20,5 @@
<h4>Venue: {{ object.location.venue }}</h4>
{% endblock %}
</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 %}
\ 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