From 6101eba95e4a4ec8aeed0ef381b24dfe1a2cb9f7 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Wed, 16 Jan 2013 23:38:13 -0500 Subject: [PATCH] Bloggin -> bloggin --- snipts/templates/snipts/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snipts/templates/snipts/detail.html b/snipts/templates/snipts/detail.html index 3446d6b..a6973e0 100644 --- a/snipts/templates/snipts/detail.html +++ b/snipts/templates/snipts/detail.html @@ -2,7 +2,7 @@ {% block page-title %}/ {% if snipt.title %}{{ snipt.title }}{% else %}Untitled{% endif %} / {{ user.username }} - {{ block.super }}{% endblock %} {% block html-class %}detail{% endblock %} -{% block body-class %}{% if request.path == '/api/' or request.path == '/bloggin/' %}snipt-page{% else %}detail{% endif %}{% endblock %} +{% block body-class %}{% if request.path == '/api/' or request.path == '/blogging/' %}snipt-page{% else %}detail{% endif %}{% endblock %} {% block js %} {{ block.super }}