add shortcut to ”add new…”-button
This commit is contained in:
parent
4d5cbad685
commit
3684cf6432
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{% load bootstrap3 %}
|
||||
|
||||
<a class="btn btn-default btn-sm pull-right " href="{% url 'editor.mapitems.add' mapitem_type=mapitem_type %}">Add new</a>
|
||||
<a class="btn btn-default btn-sm pull-right" accesskey="n" href="{% url 'editor.mapitems.add' mapitem_type=mapitem_type %}">Add new</a>
|
||||
<h3>{{ title }}{% if has_level %} <small>on level {{ level }}</small>{% endif %}</h3>
|
||||
|
||||
<table class="table table-condensed itemtable" data-mapitem-type="{{ mapitem_type }}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue