From 002298d51a8872af871d3d61039242b1c2c6871a Mon Sep 17 00:00:00 2001 From: Andromeda Yelton Date: Mon, 22 Oct 2012 15:43:25 -0400 Subject: [PATCH] don't need that conditional any more --- frontend/templates/base.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/templates/base.html b/frontend/templates/base.html index 739da2da..9c156eb8 100644 --- a/frontend/templates/base.html +++ b/frontend/templates/base.html @@ -127,11 +127,7 @@ {% block news %}
- {% if is_preview %} - It's here: our first unglued edition. You can now download Oral Literature in Africa.

Campaigns to unglue more books will relaunch soon. - {% else %} We unglued one book. Amazon shut us down. Now we're back. Help us unglue five more books!
- {% endif %}
{% endblock %}