show backbutton even if there are no mapitems to show

This commit is contained in:
Laura Klünder 2016-11-29 01:17:15 +01:00
parent 4e09b125b2
commit e9715f10f6

View file

@ -17,6 +17,10 @@
<td><a href="{% url 'editor.mapitems.edit' mapitem_type=mapitem_type name=item.name %}">Edit</a></td>
</tr>
{% endfor %}
<tr>
<td><a href="{% url 'editor.mapitemtypes' level='LEVEL' %}" data-insert-level>&laquo; Back</a></td>
<td></td>
</tr>
</tbody>
</table>