diff --git a/README.rst b/README.rst index 021057b..1cd4f4c 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,8 @@ dpaste :target: https://travis-ci.org/bartTC/dpaste .. image:: https://coveralls.io/repos/bartTC/dpaste/badge.png?branch=master :target: https://coveralls.io/r/bartTC/dpaste?branch=master +.. image:: https://api.flattr.com/button/flattr-badge-large.png + :target: https://flattr.com/submit/auto?user_id=bartTC&url=https%3A%2F%2Fgithub.com%2FbartTC%2Fdpaste dpaste is a Django based pastebin. It's intended to run separately but its also possible to be installed into an existing Django project like a regular app. diff --git a/dpaste/templates/dpaste/snippet_form.html b/dpaste/templates/dpaste/snippet_form.html index 2a6778d..e65ceda 100644 --- a/dpaste/templates/dpaste/snippet_form.html +++ b/dpaste/templates/dpaste/snippet_form.html @@ -43,6 +43,8 @@ {% if is_new %}
{{ DPASTE_NEW_EXTRA }}
dpaste now supports one time snippets as an option in the expiration dropdown. One time snippets are deleted as soon as another person views the snippet.