Use neutral button for preview in user dashboard
This commit is contained in:
parent
d54b0e94b7
commit
37b97403dc
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
<a href="{{ map_inst.get_absolute_url }}">{{ map_inst.name }}</a>
|
||||
</td>
|
||||
<td>
|
||||
<button class="button map-opener" data-map-id="{{ unique_id }}">{% blocktranslate %}Open preview{% endblocktranslate %}</button>
|
||||
<button class="button map-opener neutral" data-map-id="{{ unique_id }}">{% blocktranslate %}Open preview{% endblocktranslate %}</button>
|
||||
<dialog>
|
||||
<form method="dialog">
|
||||
<div id="{{ unique_id }}_target" class="map_fragment"></div>
|
||||
|
|
Loading…
Reference in a new issue