diff options
Diffstat (limited to 'bn_django/templates/base.html')
-rw-r--r-- | bn_django/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index 159c6c6..76e3c50 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -3,6 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> {% block stylesheets %} +<link rel="stylesheet" type="text/css" href="/static/style/reset.css" /> <link rel="stylesheet" type="text/css" href="/static/style/default.css" /> <link rel="stylesheet" type="text/css" href="/static/style/commentary.css" /> {% endblock %} |