changeset 828:d02e8d7a0bcd

Bandmap: add contact link for corrections to map.
author Brian Neal <bgneal@gmail.com>
date Sun, 28 Sep 2014 11:21:42 -0500
parents 5103edd3acc4
children 5a00dcf563a8
files sg101/templates/bandmap/map.html
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sg101/templates/bandmap/map.html	Sat Sep 27 19:41:41 2014 -0500
+++ b/sg101/templates/bandmap/map.html	Sun Sep 28 11:21:42 2014 -0500
@@ -15,4 +15,8 @@
       <li><a href="{% url 'bandmap-add' %}">Add a band to the map</a></li>
    </ul>
 </div>
+<p>
+If you have any corrections or suggestions for bands on the map, please
+<a href="{% url 'contact-form' %}?subject=Surf%20Band%20Map">contact us</a>.
+</p>
 {% endblock %}