add missing ingredients from the add sandwich form, static URLS replaced, and some...
[~kgodey/maayanwich.git] / templates / base.html
index 0cfc3a7..dd6dc3e 100644 (file)
@@ -1,6 +1,6 @@
 <html>
        <head>
-               <link rel="stylesheet" href="http://127.0.0.1:8000/sandwiches/style.css" type="text/css">
+               <link rel="stylesheet" href="{{ media_url }}sandwiches/style.css" type="text/css">
                <title>{% block title %}Ma'ayanwich Tracker{% endblock %}</title>
                {% block extrahead %}{% endblock %}
        </head>