Skip to content
Snippets Groups Projects

Výsledkovka pomocí mo.web.table

Closed Jiří Setnička requested to merge jirka/table into master
3 files
+ 10
1
Compare changes
  • Side-by-side
  • Inline
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