Commit 29489cd3 authored by Rafa Mendoza's avatar Rafa Mendoza

fixed formatting for event-add.html

parent bd901e01
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% extends 'base.html' %} {% extends 'base.html' %}
{% load static %} {% load static %}
{% block title %}<h1> Widget User </h1>{% endblock %} {% block title %}Add Activity{% endblock %}
{% block heading %}<h1>Add a new activity:</h1>{% endblock %} {% block heading %}<h1>Add a new activity:</h1>{% endblock %}
...@@ -12,4 +12,4 @@ ...@@ -12,4 +12,4 @@
{{ form.as_p }} {{ form.as_p }}
<input type="submit" value="Save New Activity"> <input type="submit" value="Save New Activity">
</form> </form>
{% 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