X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/2b2616f63a30d16e6b6b3c1ee19928cbfd0d4013..94df6dd78db144202338eae9b4e90af44b0058c2:/platforma/templates/base.html?ds=sidebyside

diff --git a/platforma/templates/base.html b/platforma/templates/base.html
index 06fbc628..590825a1 100644
--- a/platforma/templates/base.html
+++ b/platforma/templates/base.html
@@ -5,6 +5,7 @@
         <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
         <title>{% block title %}Platforma Redakcyjna{% block subtitle %}{% endblock subtitle %}{% endblock title%}</title>
         <link rel="stylesheet" href="{{ STATIC_URL }}css/master.css" type="text/css" />
+        <link rel="stylesheet" href="{{ STATIC_URL }}css/buttons.css" type="text/css" />
         <script src="{{ STATIC_URL }}js/lib/jquery.js" type="text/javascript" charset="utf-8"></script>
 	<script src="{{ STATIC_URL }}js/lib/jquery.logging.js" type="text/javascript" charset="utf-8"></script>
         {% block extrahead %}