diff options
| author | Teddy Wing | 2014-04-20 20:46:30 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2014-04-20 20:46:30 -0400 | 
| commit | 6e2a53d06d6a3d98a55134d79fde6618a080ca54 (patch) | |
| tree | b39a58f5a7141af767283b466ef15c3d100ee388 /examples/djangoproject | |
| parent | b124dbe733a6f4a4bdf1429ca82d9ffa0ccbf4a4 (diff) | |
| download | django-sneak-peek-6e2a53d06d6a3d98a55134d79fde6618a080ca54.tar.bz2 | |
Add an extra style to the example project index page
Diffstat (limited to 'examples/djangoproject')
| -rw-r--r-- | examples/djangoproject/djangoproject/templates/index.html | 6 | 
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 | 
