From 4eec1ab692e7d94cd2f791e0e3131e62fd38e096 Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Tue, 21 Jan 2014 12:36:01 +0100 Subject: [PATCH] Removed view count and simpler message. --- dpaste/templates/dpaste/snippet_details.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dpaste/templates/dpaste/snippet_details.html b/dpaste/templates/dpaste/snippet_details.html index 135e862..52926ce 100644 --- a/dpaste/templates/dpaste/snippet_details.html +++ b/dpaste/templates/dpaste/snippet_details.html @@ -59,9 +59,6 @@ {% trans "One-time snippet" %} {% endif %} - - {% blocktrans count counter=snippet.view_count %}{{ counter }} View{% plural %}{{ counter }} Views{% endblocktrans %} - {% if snippet.pk|in_list:request.session.snippet_list %} {% trans "Delete Now" %} {% endif %} @@ -81,7 +78,7 @@ {% elif snippet.remaining_views == 1 %} {% trans "It will automatically get deleted after the next view." %} {% else %} - {% trans "It was automatically deleted and cannot be viewed again." %} + {% trans "It cannot be viewed again." %} {% endif %}

{% endif %}