Skip to content

Commit 7fb825d

Browse files
committed
Removed response example section
1 parent dbc907f commit 7fb825d

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/templates/signals/signal_detail.html

-17
Original file line numberDiff line numberDiff line change
@@ -264,23 +264,6 @@ <h5>Signals with same base</h5>
264264
</div>
265265
</section>
266266
{% endif %}
267-
{% if signal.example_url != '' %}
268-
<h5>Response Example</h5>
269-
<section class="section">
270-
<div class="row">
271-
<div class="card">
272-
<div class="card-body">
273-
<div class="row margin-top-1rem">
274-
<p>Example URL:</p>
275-
<span>{{ signal.example_url }}</span>
276-
<button type="button" class="btn btn-primary margin-top-1rem" id="show-response">Show response</button>
277-
<pre class="margin-top-1rem"><code id="example-response" class="hidden"></code></pre>
278-
</div>
279-
</div>
280-
</div>
281-
</div>
282-
</section>
283-
{% endif %}
284267
{% include "signals/data_visualization_export.html"%}
285268
<h5>Related links</h5>
286269
<section class="section">

0 commit comments

Comments
 (0)