Skip to content
Snippets Groups Projects

Reforma vyhodnocování práv

Closed Martin Mareš requested to merge mj/rights into master
1 unresolved thread
Files
3
@@ -49,7 +49,7 @@
{% endfor %}
</table>
{% endif %}
{% if can_edit %}
{% if can_add_child %}
<a class="btn btn-primary" href="{{ url_for('org_place_new_child', id=place.place_id) }}">Přidat nové podřízené místo</a>
{% endif %}
{% endif %}
Loading