Commit 1ead9052 authored by Gabriel Geraldo's avatar Gabriel Geraldo

edited typos in calendar pages

parent ac6aefdc
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
{% block title %}Widget's Calendar of Activities{% endblock title %} {% block title %}Widget's Calendar of Activities{% endblock title %}
{% block content %} {% block content %}
<h1>Widget's Calendar of Activities</h1> <i><h1>Widget's Calendar of Activities</h1></i>
{% for event in events %} {% for event in events %}
<p><strong> <p><strong>
<a href="{{ event.get_absolute_url }}"> <a href="{{ event.get_absolute_url }}">
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
{% endfor %} {% endfor %}
<form action="events/add"> <form action="events/add">
<input type="submit" value="Add Activity"> <input type="submit" value="New Activity">
</form> </form>
<div> <div>
......
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