Commit c7916771 authored by Ysabella Panghulan's avatar Ysabella Panghulan

created event-edit template

parent 7f4a67f5
{%extends 'base.html'%}
{% block title %} Edit Activity {% endblock %}
{% block header %}
<h2>Edit Activity:</h2>
{% endblock %}
{% block body %}
{% block content %}
<div class="form">
<form method="POST" action="">
{% csrf_token %}
{{form}}
<input type="Submit" value="Save New Activity">
</form>
</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