From d7f99435105fd28e730427c0e494c9607d3803a3 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 17 Oct 2011 02:57:42 +0200 Subject: Removed links module --- templates/links/links.html | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 templates/links/links.html (limited to 'templates/links/links.html') diff --git a/templates/links/links.html b/templates/links/links.html deleted file mode 100644 index b911d80..0000000 --- a/templates/links/links.html +++ /dev/null @@ -1,20 +0,0 @@ -{% extends "base.html" %} - -{% block subtitle %} - links -{% endblock %} - -{% block content %} -
-
- links -
- {% if bookmarklist %} - {% for link in bookmarklist %} - {{ link.name }}
- {% endfor %} - {% else %} - No links, no where... - {% endif %} -
-{% endblock %} -- cgit v1.2.3-54-g00ecf