Commit 1a590e13 authored by Jan Ericsson Ong Ang's avatar Jan Ericsson Ong Ang

Added content to event-edit.html

parent 4bec06a4
{% extends 'base.html'%}
{% block title %}
Edit Activity
{% endblock %}
{% block content %}
<p>Edit Activity:</p>>
<form method="post">
{% csrf_token %}
{{ form.as_p }}
<button type="submit">Save New Activity</button>
</form>
{% endblock %}
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