From caaf6d1d4ea3cae012aca99685fdb043a822e295 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 20 Apr 2014 20:37:53 -0400 Subject: Update index HTML in example project * Improve markup * Use slightly better test content --- examples/djangoproject/djangoproject/templates/base.html | 4 ++-- examples/djangoproject/djangoproject/templates/index.html | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/djangoproject/djangoproject/templates/base.html b/examples/djangoproject/djangoproject/templates/base.html index 64cb1b4..bc5d652 100644 --- a/examples/djangoproject/djangoproject/templates/base.html +++ b/examples/djangoproject/djangoproject/templates/base.html @@ -2,14 +2,14 @@ {% load static %} - Sneak Peek Example + -
Sneak Peek Example
+

Sneak Peek Example

{% block content %} {% endblock %} diff --git a/examples/djangoproject/djangoproject/templates/index.html b/examples/djangoproject/djangoproject/templates/index.html index 4cf8087..4116c7a 100644 --- a/examples/djangoproject/djangoproject/templates/index.html +++ b/examples/djangoproject/djangoproject/templates/index.html @@ -6,7 +6,9 @@ {% block content %} {% sneak_peek %} -test +
+ This will be hidden from users who don't have the sneak peek permission. +
{% endsneak_peek %} {% endblock %} \ No newline at end of file -- cgit v1.2.3