show backbutton even if there are no mapitems to show
This commit is contained in:
parent
4e09b125b2
commit
e9715f10f6
1 changed files with 4 additions and 0 deletions
|
@ -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>« Back</a></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue