# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1389887307 18000 # Node ID b3c3d940cc870ecd5b99bface1ca16c2a4e1a1c2 # Parent 2a234e11185c3868e29bc8f982260cb9c3050b7b Allow everyone to see snippets, not just registered users diff -r 2a234e11185c -r b3c3d940cc87 templates/snippet/snippet_box.djhtml --- a/templates/snippet/snippet_box.djhtml Wed Aug 21 14:43:48 2013 -0400 +++ b/templates/snippet/snippet_box.djhtml Thu Jan 16 10:48:27 2014 -0500 @@ -1,8 +1,6 @@ {% autoescape off %}
-{% if show %} -
{% for line in lines %}

{% if line %}{{ line }}{% else %} {% endif %}

@@ -10,12 +8,4 @@
-{% else %} -
- - -

You need to register first if you want to see the content. Register for a new account or log in.

-
- -{% endif %} {% endautoescape %}