added a namespace under static

parent 9e19b5d9
......@@ -2,7 +2,7 @@
{% block styles %}
{% load static %}
<link rel="stylesheet" type="text/css" href="{% static 'css/style.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'assignments/css/style.css' %}">
{% endblock %}
{% block title %}
......
......@@ -2,7 +2,7 @@
{% block styles %}
{% load static %}
<link rel="stylesheet" type="text/css" href="{% static 'css/style.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'assignments/css/style.css' %}">
{% endblock %}
{% block title %}Assignments{% endblock %}
......
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