forked from enviPath/enviPy
All html files now prettier formatted and fixes for incompatible blocks applied Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#193 Co-authored-by: Tobias O <tobias.olenyi@envipath.com> Co-committed-by: Tobias O <tobias.olenyi@envipath.com>
8 lines
236 B
HTML
8 lines
236 B
HTML
{% if meta.can_edit and meta.enabled_features.MODEL_BUILDING %}
|
|
<li>
|
|
<a role="button" data-toggle="modal" data-target="#new_model_modal">
|
|
<span class="glyphicon glyphicon-plus"></span> New Model</a
|
|
>
|
|
</li>
|
|
{% endif %}
|