havan / spastik

Spastik is a simple pastebin application written using Django and Pygments. It's purpose was to learn Django.

Clone this repository (size: 65.4 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/havan/spastik/
commit 55: 90504d8781bf
parent 54: 7b740d91dcf5
branch: default
update base css for urls.py
ha...@galactica
13 months ago

Changed (Δ8 bytes):

raw changeset »

templates/base.html (1 lines added, 1 lines removed)

Up to file-list templates/base.html:

@@ -11,7 +11,7 @@ and open the template in the editor.
11
11
12
12
        <!-- Import page dependent CSS here -->
13
13
        <style type="text/css" media="screen">
14
            @import url('/static/base.css');
14
            @import url('/spastik/static/base.css');
15
15
            {% block extracss %}{% endblock %}
16
16
        </style>
17
17