fix: stylesheet
This commit is contained in:
parent
15ba3c060a
commit
637a5f7ad5
@ -16,7 +16,7 @@ RUN python -m venv venv; \
|
|||||||
|
|
||||||
COPY backend backend
|
COPY backend backend
|
||||||
|
|
||||||
ENV FLASK_APP run.py
|
ENV FLASK_APP=run.py
|
||||||
|
|
||||||
RUN chmod +x boot.sh; \
|
RUN chmod +x boot.sh; \
|
||||||
chown -R costhive:costhive .
|
chown -R costhive:costhive .
|
||||||
|
|||||||
@ -16,7 +16,7 @@ CostHive
|
|||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||||
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
||||||
<link rel="stylesheet" href={{ url_for('static', filename="sidebars.css")}}>
|
<link rel="stylesheet" type="text/css" href={{ url_for('static', filename="sidebars.css")}}>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block navbar %}
|
{% block navbar %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user