# HG changeset patch # User Steve Losh # Date 1237932491 14400 # Node ID 37dd8547d666705678be5f79e30ab32143bcd838 # Parent eca890637bb5a9ff7af18b5a07b1a8642e60167b Cleanup Tuesdays - Forgot some of the photoblog stuff. diff -r eca890637bb5 -r 37dd8547d666 templates/feeds/photoblog_description.html --- a/templates/feeds/photoblog_description.html Tue Mar 24 18:05:25 2009 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -{% load markup %} - - - -{{ obj.body|markdown }} \ No newline at end of file diff -r eca890637bb5 -r 37dd8547d666 templates/feeds/photoblog_title.html --- a/templates/feeds/photoblog_title.html Tue Mar 24 18:05:25 2009 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -{{ obj.title }} \ No newline at end of file diff -r eca890637bb5 -r 37dd8547d666 templates/photoblog/base.html --- a/templates/photoblog/base.html Tue Mar 24 18:05:25 2009 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -{% extends "base.html" %} - -{% block title %}Photo Blog{% endblock %} - -{% block style %} - -{% endblock %} - -{% block header %}/ photo blog{% endblock %} \ No newline at end of file diff -r eca890637bb5 -r 37dd8547d666 templates/photoblog/entry.html --- a/templates/photoblog/entry.html Tue Mar 24 18:05:25 2009 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,74 +0,0 @@ -{% extends "photoblog/base.html" %} -{% load markup %} -{% load typogrify %} - -{% block title %}{{ entry.title }}{% endblock %} - -{% block script %} -{% endblock %} - -{% block content %} -
-

- - {{ entry.title|typogrify }} - -

- -
-

- Posted on {{ entry.pub_date|date:"F j, Y" }} -

-
- - - -
- {{ entry.body|markdown|typogrify }} -
- -
-
- {% if next %} -
-

Newer

-
-
- - - -

- - {{ next.title }} - -

-
- {% else %} -   - {% endif %} - -
- -
- {% if previous %} -
-

Older

-
-
- - - -

- - {{ previous.title }} - -

-
- {% else %} -   - {% endif %} - -
-
-
-{% endblock %} \ No newline at end of file