diff options
author | bnewbold <bnewbold@robocracy.org> | 2017-01-28 21:18:19 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2017-01-28 21:18:19 -0800 |
commit | 3bc4e5baae51ef622a2cac98f677487cf9342286 (patch) | |
tree | 0af365e1e922708930eda4a00e090023df275df8 /webface/templates | |
parent | 288ed7bf6c557723b658f9be5694e7a496e5d1f5 (diff) | |
download | modelthing-3bc4e5baae51ef622a2cac98f677487cf9342286.tar.gz modelthing-3bc4e5baae51ef622a2cac98f677487cf9342286.zip |
basic python compiling
Diffstat (limited to 'webface/templates')
-rw-r--r-- | webface/templates/model_view.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webface/templates/model_view.html b/webface/templates/model_view.html index 878edaa..4e9e4f7 100644 --- a/webface/templates/model_view.html +++ b/webface/templates/model_view.html @@ -34,8 +34,9 @@ <a href="repr/?format=latex">latex</a> {{# if computable }} <br><b>compile:</b> - <a href="repr/?format=scheme">scheme</a> - - <a href="repr/?format=javascript">javascript</a> + <a href="repr/?format=javascript">javascript</a> - + <a href="repr/?format=python">python</a> - + <a href="repr/?format=scheme">scheme</a> {{/if}} </span> <p><i style="color: #222222;">{{ model_description }}</i> |