Commit 063107c5 authored by Ysabella Panghulan's avatar Ysabella Panghulan

fixed forms.css link rel

parent 794369e2
......@@ -3,7 +3,7 @@
{% load static %}
{% block stylesheets %}
<link rel = "stylesheet" type = "text/css" href = "{% static 'stylesheets/forms.css' %}">
<link rel="stylesheet" href="{{ STATIC_URL }}/static/forms.css" type="text/css">
{% endblock %}
{% block title %}Add Widget User{% endblock %}
......
......@@ -3,7 +3,7 @@
{% load static %}
{% block stylesheets %}
<link rel="stylesheet" type="text/css" href="{% static 'stylesheets/forms.css' %}">
<link rel="stylesheet" href="{{ STATIC_URL }}/static/forms.css" type="text/css">
{% endblock %}
{% block title %}Edit Widget User{% 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