Adds 403 Handling

This commit is contained in:
Joah Gerstenberg
2013-12-06 12:25:27 -06:00
parent c537d43f3e
commit c5e49dd5f7
2 changed files with 41 additions and 10 deletions

10
views/api_limit.html Normal file
View File

@@ -0,0 +1,10 @@
<div id="doc" class="yui-t7">
<div id="hd" role="banner"><h1>API Limit Reached</h1></div>
<div id="bd" role="main">
<div class="yui-g">
<p>The API rate limit has been exceeded for your IP address. Please try again later.</p>
</div>
</div>
<div id="ft" role="contentinfo"></div>
</div>