Added little hook to add extra context to homepage

This commit is contained in:
Martin Mahner 2014-03-01 06:33:52 +00:00
parent 6cf181953f
commit 1ed8e087fd

View file

@ -43,6 +43,8 @@
{% if is_new %} {% if is_new %}
<div class="news"> <div class="news">
<h2>Recent Changes</h2> <h2>Recent Changes</h2>
<p>{{ DPASTE_NEW_EXTRA }}</p>
<p>dpaste now supports one time snippets as an option in the <p>dpaste now supports one time snippets as an option in the
expiration dropdown. One time snippets are deleted as soon as expiration dropdown. One time snippets are deleted as soon as
another person views the snippet.</p> another person views the snippet.</p>