Added separate picture for edit-snippet.

This commit is contained in:
Armin Ronacher 2010-05-04 12:06:11 +02:00
parent 0eb51c1797
commit 2167d2b23b

View file

@ -2,7 +2,7 @@
{% block head %}
{{ super() }}
<style type=text/css>
h1 { background-image: url(/static/new-snippet.png); }
h1 { background-image: url(/static/edit-snippet.png); }
</style>
{% endblock %}
{% block title %}Edit Snippet “{{ snippet.title }}”{% endblock %}