mirror of
https://github.com/Rushilwiz/tj2023.git
synced 2025-04-09 14:50:17 -04:00
fixing css not loading on production
This commit is contained in:
parent
1e5167f5db
commit
55712e8cbf
|
@ -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 %}
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue
Block a user