fixing css not loading on production

This commit is contained in:
Rushil Umaretiya 2020-10-20 04:26:04 -04:00
parent 1e5167f5db
commit 55712e8cbf
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{% extends 'pages/base.html' %}
{% load static %}
{% block css %}
<link rel="stylesheet" href="{% static 'notes/css/meeting.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'notes/css/meeting.css' %}">
{% endblock css %}
{% block content %}

View File

@ -1,7 +1,7 @@
{% extends 'pages/base.html' %}
{% load static %}
{% block css %}
<link rel="stylesheet" href="{% static 'pages/css/styles.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'pages/css/styles.css' %}">
{% endblock css %}
{% block content %}
<div class="jumbotron jumbotron-fluid">