Bloggin -> bloggin

master
Nick Sergeant 2013-01-16 23:38:13 -05:00
parent 18c3d7338f
commit 6101eba95e
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}