You've already forked code_examples_server
mirror of
https://github.com/AdaCore/code_examples_server.git
synced 2026-02-12 12:45:18 -08:00
Buttons now need to be listed explicitly
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div example_editor="{{ example.name }}"></div>
|
||||
<div example_editor="{{ example.name }}" prove_button="true"></div>
|
||||
|
||||
<script src="{% static "ace-builds/src/ace.js" %}" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="{% static "jquery-3.2.1.min.js" %}"></script>
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
<h3>{{ example.name }}</h3>
|
||||
{{ example.description }}
|
||||
<p></p>
|
||||
<div example_editor="{{ example.name }}"></div>
|
||||
<div example_editor="{{ example.name }}" prove_button="true"></div>
|
||||
|
||||
{% endblock%}
|
||||
|
||||
Reference in New Issue
Block a user