Added note to model representation
This commit is contained in:
parent
07a9f9c60e
commit
668920da9b
1 changed files with 4 additions and 2 deletions
|
|
@ -16,8 +16,10 @@
|
|||
|
||||
<body id="body">
|
||||
|
||||
<!-- Code Representation:
|
||||
<!-- MODEL REPR - Available in the developer tools once the report is generated. Useful to re-create the model using an interpreter that has CARA installed:
|
||||
|
||||
{{ model_repr }}
|
||||
|
||||
-->
|
||||
|
||||
{% block report_header %}
|
||||
|
|
@ -477,7 +479,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<br>
|
||||
{% endblock simulation_overview %}
|
||||
{% endblock simulation_overview %}
|
||||
</div>
|
||||
{% block report_preamble %}
|
||||
{% endblock report_preamble %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue