Provide space/separators between Dashboard actions

This commit is contained in:
David Larlet 2023-11-24 15:32:44 -05:00
parent b4464a7ca2
commit 56bb414113
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD

View file

@ -25,8 +25,8 @@
<a href="{{ map_inst.owner.get_url }}">{{ map_inst.owner }}</a>
</td>
<td>
<a href="{{ map_inst.get_absolute_url }}?share">{% translate "Share" %}</a>
<a href="{{ map_inst.get_absolute_url }}?edit">{% translate "Edit" %}</a>
<a href="{{ map_inst.get_absolute_url }}?share">{% translate "Share" %}</a> |
<a href="{{ map_inst.get_absolute_url }}?edit">{% translate "Edit" %}</a> |
<a href="{% url 'map_download' map_inst.pk %}">{% translate "Download" %}</a>
</td>
</tr>