Added 'sortof public domain' to the website snippet section
This commit is contained in:
parent
8e6c447c88
commit
5b2568a0be
2 changed files with 7 additions and 0 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue