Commit 49e0c7fe authored by Ysabella Panghulan's avatar Ysabella Panghulan

created event-add template

parent 35b254da
{%extends 'base.html'%}
{% block title %}Add Activity{% endblock %}
{% block header %}
<h2>Add a new 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