From 4d3b1690a86631b4b1abc74dfa4c4e5bde8faf10 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 27 Mar 2012 07:50:58 +0200 Subject: listing all pastes works --- data/templates/list.htm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 data/templates/list.htm (limited to 'data') diff --git a/data/templates/list.htm b/data/templates/list.htm new file mode 100644 index 0000000..5142a7b --- /dev/null +++ b/data/templates/list.htm @@ -0,0 +1,25 @@ +{% extends "base.htm" %} +{% block title %}List of all pastes{% endblock %} + +{% block content %} + + +{% endblock %} -- cgit v1.2.3