Commit cd772cb6 authored by Nics De Vega's avatar Nics De Vega

Update base.html

parent c6fcdc5e
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{% load static %} {% load static %}
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">\ <meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>{% block title %}{% endblock %}</title> <title>{% block title %}{% endblock %}</title>
<link rel="stylesheet" href=" {% static '/css/style.css' %}"> <link rel="stylesheet" href=" {% static '/css/style.css' %}">
</head> </head>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment