Commit 90b4011c authored by Ysabella Panghulan's avatar Ysabella Panghulan

removed links class in event details

parent 364fb127
...@@ -16,7 +16,5 @@ ...@@ -16,7 +16,5 @@
<h4>Venue: {{ object.location.venue }}</h4> <h4>Venue: {{ object.location.venue }}</h4>
{% endblock %} {% endblock %}
</div> </div>
<div class="links"> <a href="{{object.get_absolute_url}}../edit" class="edit-btn">Edit Activity</a>
<a href="{{object.get_absolute_url}}../edit" class="edit-btn">Edit Activity</a>
</div>
{% 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