aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTeddy Wing2014-04-20 20:46:30 -0400
committerTeddy Wing2014-04-20 20:46:30 -0400
commit6e2a53d06d6a3d98a55134d79fde6618a080ca54 (patch)
treeb39a58f5a7141af767283b466ef15c3d100ee388 /examples
parentb124dbe733a6f4a4bdf1429ca82d9ffa0ccbf4a4 (diff)
downloaddjango-sneak-peek-6e2a53d06d6a3d98a55134d79fde6618a080ca54.tar.bz2
Add an extra style to the example project index page
Diffstat (limited to 'examples')
-rw-r--r--examples/djangoproject/djangoproject/templates/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/djangoproject/djangoproject/templates/index.html b/examples/djangoproject/djangoproject/templates/index.html
index 4116c7a..7d7ba95 100644
--- a/examples/djangoproject/djangoproject/templates/index.html
+++ b/examples/djangoproject/djangoproject/templates/index.html
@@ -11,4 +11,10 @@
</div>
{% endsneak_peek %}
+{% sneak_peek "borderless" %}
+ <div>
+ This paragraph appears borderless.
+ </div>
+{% endsneak_peek %}
+
{% endblock %} \ No newline at end of file