From baf14633cbd8af6413290ccae5765aefd2a278a5 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 20 Jun 2016 16:37:07 -0400 Subject: remove old django folder --- .../templates/journal/linkartifact_list.html | 43 ---------------------- 1 file changed, 43 deletions(-) delete mode 100644 bn_django/journal/templates/journal/linkartifact_list.html (limited to 'bn_django/journal/templates/journal/linkartifact_list.html') diff --git a/bn_django/journal/templates/journal/linkartifact_list.html b/bn_django/journal/templates/journal/linkartifact_list.html deleted file mode 100644 index 136ce72..0000000 --- a/bn_django/journal/templates/journal/linkartifact_list.html +++ /dev/null @@ -1,43 +0,0 @@ -{% extends "journal/base.html" %} - -{% block otherhead %}{{ block.super}} - -{% endblock %} - -{% block path %}artifacts - » links -{% endblock %} - -{% block title %}Links Galore!{% endblock %} -{% block right_stuff %} -This page has an RSS feed. -{%endblock %} - -{% block content %} -New favorite finds from the net. Good posts from -RSS feeds -end up at feeds.bnewbold.net. -
-
-{% if object_list %} - -{% else %} -

No links have been entered yet.

-{% endif %} - -{% if is_paginated %} {% if has_previous %} -« previous | -{% endif %} {% if has_next %} -next » -{% endif %} {% endif %} -{% endblock %} -- cgit v1.2.3