Commit 4bec06a4 authored by Jan Ericsson Ong Ang's avatar Jan Ericsson Ong Ang

added content to event-add.html

parent 5a1c22ea
{% extends 'base.html'%}
{% block title %}
Add a new Activity
{% endblock %}
{% block content %}
<p>Add a new assignment:</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