Added 'sortof public domain' to the website snippet section

This commit is contained in:
Armin Ronacher 2010-05-27 12:29:26 +02:00
parent 8e6c447c88
commit 5b2568a0be
2 changed files with 7 additions and 0 deletions

View file

@ -12,6 +12,8 @@
(<a href="{{ url_for('edit', id=snippet.id) }}">edit</a>)
{% endif %}
{{ snippet.rendered_body }}
<p><small>This snippet by {{ snippet.author.name }} can be used freely for
anything you like. Consider it public domain.</small>
{% if snippet.comments or g.user %}
<div id=comment-box>
{% if snippet.comments %}