Commit 32881ed2 by Diana Huang

Change the name of the button so that it is clearer.

parent 181eebc9
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
% if button_enabled: % if button_enabled:
<div class="plot-button"> <div class="plot-button">
<input type="button" class="save" name="plot-button" id="plot_${id}" value="Test Code" /> <input type="button" class="save" name="plot-button" id="plot_${id}" value="Run Code" />
</div> </div>
%endif %endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment