diff options
Diffstat (limited to 'hyperkitty/templates/api.html')
-rw-r--r-- | hyperkitty/templates/api.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hyperkitty/templates/api.html b/hyperkitty/templates/api.html index 0fa38c9..c6e2b85 100644 --- a/hyperkitty/templates/api.html +++ b/hyperkitty/templates/api.html @@ -1,9 +1,5 @@ {% extends "base.html" %} -{% block additional_stylesheets %} - <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/thread.css" /> -{% endblock %} - {% block content %} <h2>REST API</h2> <p> |