Skip to content

Commit

Permalink
I forgot chosen.css.
Browse files Browse the repository at this point in the history
  • Loading branch information
timster committed Apr 2, 2014
1 parent f821483 commit 72b57a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gallery/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<link href="{% static 'css/reset.css' %}" rel="stylesheet" type="text/css" media="screen">
<link href="{% static 'css/fonts.css' %}" rel="stylesheet" type="text/css" media="screen">
<link href="{% static 'css/base.css' %}" rel="stylesheet" type="text/css" media="screen">
<link href="{% static 'css/chosen.css' %}" rel="stylesheet" type="text/css" media="screen">
{% block extra_head %}{% endblock %}
</head>
<body id="body-{% block width %}large{% endblock %}">
Expand Down

0 comments on commit 72b57a7

Please sign in to comment.