diff options
Diffstat (limited to 'examples/djangoproject')
| -rw-r--r-- | examples/djangoproject/djangoproject/templates/base.html | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/examples/djangoproject/djangoproject/templates/base.html b/examples/djangoproject/djangoproject/templates/base.html index 5611973..64cb1b4 100644 --- a/examples/djangoproject/djangoproject/templates/base.html +++ b/examples/djangoproject/djangoproject/templates/base.html @@ -5,6 +5,8 @@  	<meta http-equiv="content-type" content="text/html;charset=UTF-8" />  	<meta charset="utf-8">  	<title>Sneak Peek Example</title> +	 +	<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}sneak_peek_tag/css/django-sneak-peek.css" />  </head>  <body>  	<header>Sneak Peek Example</header> | 
