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 %}