Place the API help page into the frame with the explorer sidebar.
parent
2e83847fa7
commit
3fb56a9c44
|
@ -8,6 +8,13 @@
|
|||
{% block title %}API Help{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id="main-container">
|
||||
<div class="js-main">
|
||||
{% include "explore.html" %}
|
||||
<div id="js-maincol-fr">
|
||||
<div class="js-maincol-inner">
|
||||
<div class="content-block">
|
||||
|
||||
<h1>API Help</h1>
|
||||
<p>Some of the data from Unglue It is avaiable via a JSON API. You will need a key and username to be able to use the API.
|
||||
</p>
|
||||
|
@ -35,8 +42,11 @@
|
|||
<p>Since there are currently no campaigns, there are no corresponding widgets.</p>
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue