Add a data param to "create map" button, to listend the form
This commit is contained in:
parent
9d2b6277e9
commit
3e43ee54c8
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
|
|
||||||
<div class="four columns hide-for-small">
|
<div class="four columns hide-for-small">
|
||||||
|
|
||||||
<a href="{% url map_add %}" class="reveal">
|
<a href="{% url map_add %}" data-listen-form="map_edit" class="reveal">
|
||||||
<div class="panel radius callout" align="center">
|
<div class="panel radius callout" align="center">
|
||||||
<strong>Test it and create a map</strong>
|
<strong>Test it and create a map</strong>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue