From 60ab734aa13c69687c19aed839e3c2e25a25bf8a Mon Sep 17 00:00:00 2001 From: ofshellohicy Date: Fri, 18 Jul 2014 15:05:30 +0800 Subject: continue to remove useless feature --- templates/delete_paste.html | 11 ----------- templates/my_pastes.html | 13 ------------- 2 files changed, 24 deletions(-) delete mode 100644 templates/delete_paste.html delete mode 100644 templates/my_pastes.html (limited to 'templates') diff --git a/templates/delete_paste.html b/templates/delete_paste.html deleted file mode 100644 index e258dae..0000000 --- a/templates/delete_paste.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends "layout.html" %} -{% block title %}Delete Paste #{{ paste.id }}{% endblock %} -{% block body %} -

Delete Paste #{{ paste.id }}

-
-

Are you sure you want to delete the paste? You cannot undo this. -

- - -

-{% endblock %} diff --git a/templates/my_pastes.html b/templates/my_pastes.html deleted file mode 100644 index 64967ad..0000000 --- a/templates/my_pastes.html +++ /dev/null @@ -1,13 +0,0 @@ -{% extends "layout.html" %} -{% block title %}My Pastes{% endblock %} -{% from '_pagination.html' import render_pagination %} -{% block body %} -

My Pastes

- - {{ render_pagination(pagination) }} -{% endblock %} -- cgit