From f461594e7eb6a5d423b99dcd0370e137b5f6af25 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 5 Apr 2015 00:57:21 +0200 Subject: Minor improvements to the CSS of the side nav. --- pyaggr3g470r/templates/home.html | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pyaggr3g470r/templates/home.html') diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index f2d2218b..e6cc2e7c 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -1,10 +1,5 @@ {% extends "layout.html" %} {% block content %} - {% if feeds|count == 0 %}

{{ _("You don't have any feeds.") }}

-- cgit