Commit 364fb127 authored by Ysabella Panghulan's avatar Ysabella Panghulan

edited event add and event edit templates

parent c9fbe324
{%extends 'base.html'%} {%extends 'base.html'%}
{% load static %}
{% block stylesheets %}
<link rel="stylesheet" type="text/css" href="{% static 'stylesheets/forms.css' %}">
{% endblock %}
{% block title %}Add Activity{% endblock %} {% block title %}Add Activity{% endblock %}
{% block header %} {% block header %}
......
...@@ -17,6 +17,6 @@ ...@@ -17,6 +17,6 @@
{% endblock %} {% endblock %}
</div> </div>
<div class="links"> <div class="links">
<a href="{{object.get_absolute_url}}../edit" class="btn-primary">Edit Activity</a> <a href="{{object.get_absolute_url}}../edit" class="edit-btn">Edit Activity</a>
</div> </div>
{% endblock %} {% endblock %}
\ No newline at end of file
{%extends 'base.html'%} {%extends 'base.html'%}
{% load static %}
{% block stylesheets %}
<link rel="stylesheet" type="text/css" href="{% static 'stylesheets/forms.css' %}">
{% endblock %}
{% block title %} Edit Activity {% endblock %} {% block title %} Edit Activity {% endblock %}
{% block header %} {% block header %}
......
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