# HG changeset patch # User Brian Neal <bgneal@gmail.com> # Date 1411921302 18000 # Node ID d02e8d7a0bcda25d8c7d001021e476d2dbef5424 # Parent 5103edd3acc45abb6f3b19ec23bbcdfff0cf069b Bandmap: add contact link for corrections to map. diff -r 5103edd3acc4 -r d02e8d7a0bcd sg101/templates/bandmap/map.html --- 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 %}