From 82cbb9f141bdb71b884d2b0d55b19324ce1bab4a Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Sun, 24 Nov 2013 18:25:30 +0100 Subject: [PATCH] UI Improvements. --- dpaste/templates/dpaste/about.html | 2 +- dpaste/templates/dpaste/base.html | 3 --- dpaste/templates/dpaste/snippet_list.html | 3 +++ 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dpaste/templates/dpaste/about.html b/dpaste/templates/dpaste/about.html index b2ed280..5fcec39 100644 --- a/dpaste/templates/dpaste/about.html +++ b/dpaste/templates/dpaste/about.html @@ -7,7 +7,7 @@ {% block dpaste_nav_about %}active{% endblock %} {% block page %} - +

diff --git a/dpaste/templates/dpaste/base.html b/dpaste/templates/dpaste/base.html index 3c9fe84..67f9a21 100644 --- a/dpaste/templates/dpaste/base.html +++ b/dpaste/templates/dpaste/base.html @@ -18,9 +18,6 @@

{% block headline %}{% endblock %}

- -
- {% block page %} PAGE MISSING {% endblock %} diff --git a/dpaste/templates/dpaste/snippet_list.html b/dpaste/templates/dpaste/snippet_list.html index 1b9ab57..d11d876 100644 --- a/dpaste/templates/dpaste/snippet_list.html +++ b/dpaste/templates/dpaste/snippet_list.html @@ -7,6 +7,9 @@ {% block headline %}Snippet History{% endblock %} {% block dpaste_nav_history %}active{% endblock %} {% block page %} + +
+ {% for snippet in snippet_list %}