From 6273efb0f90255dea2c8db3e94de466f8022335a Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Tue, 30 Oct 2012 19:37:32 +0100 Subject: Do some CSS refactoring --- hyperkitty/templates/api.html | 4 ---- 1 file changed, 4 deletions(-) (limited to 'hyperkitty/templates/api.html') 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 %} - -{% endblock %} - {% block content %}

REST API

-- cgit