mirror of
https://github.com/Rushilwiz/tj2023.git
synced 2025-04-18 19:10:22 -04:00
fixed css link
This commit is contained in:
parent
84e386b763
commit
1e5167f5db
|
@ -1,4 +1,8 @@
|
|||
{% extends 'pages/base.html' %}
|
||||
{% load static %}
|
||||
{% block css %}
|
||||
<link rel="stylesheet" href="{% static 'pages/css/styles.css' %}">
|
||||
{% endblock css %}
|
||||
{% block content %}
|
||||
<div class="jumbotron jumbotron-fluid">
|
||||
<div class="container">
|
||||
|
|
Loading…
Reference in New Issue
Block a user