diff options
Diffstat (limited to 'templates/svxfile.html')
-rw-r--r-- | templates/svxfile.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/templates/svxfile.html b/templates/svxfile.html index 76a27fa..3417859 100644 --- a/templates/svxfile.html +++ b/templates/svxfile.html @@ -3,7 +3,6 @@ {% block title %}{{ title }}{% endblock %} {% block head %} -<script type="text/javascript" src="{{settings.MEDIA_URL }}js/base.js"></script> <!-- Should we wait until CodeMirror 6.0 is available https://codemirror.net/6/ --> <!-- <script type="text/javascript" src="{{settings.JSLIB_URL}}jquery-form/jquery.form.min.js"></script> <!-- INVALID--> <!-- <script type="text/javascript" src="{{settings.JSLIB_URL}}codemirror/codemirror.min.js"></script> <!-- INVALID--> @@ -69,14 +68,16 @@ $(document).ready(function() {% if logmessage %} {% if has_3d %} - <p><a href='{% url "threed" title %}'>3d file</a></p> + <p>Click here to view the <a href='{% url "threed" title %}'>3d file</a> produced as output</p> {% else %} - <p><b>No 3d file</b></p> + <p><b>No 3d file generated. There was an ERROR<br>Read the full <a href='{% url "svxlog" title %}'>.log file</a> + the <a href='{% url "err" title %}'>.err file</a> and fix this .svx file</b></p> {% endif %} - <pre> - LOGMESSAGES - {{logmessage}} +<!-- <pre> +LOGMESSAGES +{{logmessage}} </pre> + --> {% endif %} </div> |