Skip to content

Commit

Permalink
Reverted [74] since it clashes with top-level djog. Sorry.
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/brian/Backups/S3/backups/Wednesday/brian/svn/djog/trunk@75 95ab7de8-677b-4562-a266-b8acc9dd993c
  • Loading branch information
brosner committed Dec 14, 2007
1 parent 3091584 commit 4a65d3b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion templates/base.html
@@ -1,4 +1,4 @@
{% load djog %}
{% load filters %}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
Expand Down
2 changes: 1 addition & 1 deletion templates/djog/search.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
{% load djog %}
{% load filters %}
{% block title %}Search Results for &quot;{{ term|escape }}&quot;{% endblock %}
{% block head_extra %}<link href="{% url djog_feed term|escape|searchify %}" title="{{ blog.title }} - Search Results for &quot;{{ term|escape }}&quot;" type="application/rss+xml" rel="alternate" />{% endblock %}
{% block rss %}<a href="{% url djog_feed term|escape|searchify %}">RSS</a>{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion templates/sidebar1.html
@@ -1,4 +1,4 @@
{% load djog %}
{% load filters %}
<li>
<h2>Tags</h2>
<ul>
Expand Down

0 comments on commit 4a65d3b

Please sign in to comment.