Place the API help page into the frame with the explorer sidebar.

pull/1/head
Raymond Yee 2011-10-20 13:27:52 -07:00
parent 2e83847fa7
commit 3fb56a9c44
1 changed files with 12 additions and 2 deletions

View File

@ -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 %}