File tree Expand file tree Collapse file tree 5 files changed +478
-17
lines changed Expand file tree Collapse file tree 5 files changed +478
-17
lines changed Original file line number Diff line number Diff line change 11{% load static %}
2-
32<!DOCTYPE html>
43< html lang ="pt-br ">
54
109 < title > {% block title %}Layout{% endblock %}</ title >
1110
1211 < link rel ="icon " href ="{% static 'assets/images/logo-morea-ds-noname.ico' %} " type ="image/png ">
12+
13+ <!-- Adicionado para estilizar o seletor e os alertas do dashboard -->
14+ < link href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/css/bootstrap.min.css "
rel ="
stylesheet "
> 1315
1416 < link rel ="stylesheet " href ="{% static 'css/layout/index.css' %} " />
1517 < link rel ="stylesheet " href ="{% static 'css/layout/layout.css' %} " />
5658
5759 < label class ="header__labelMenuMobile " for ="header__chekboxMenuMobile ">
5860 < span class ="
59- material-symbols-outlined
60- header__iconMenu ">
61+ material-symbols-outlined
62+ header__iconMenu ">
6163 menu
6264 </ span >
6365 </ label >
6971 < a href ="{% url 'Members' %} " class ="header__options "> Membros</ a >
7072 < a href ="{% url 'News' %} " class ="header__options "> Novidades</ a >
7173 </ div >
74+
75+ < div class ="content home__content ">
76+ {% block content %}{% endblock %}
7277 </ div >
73- < div class =" content home__content " > {% block content %}{% endblock %} </ div >
78+
7479 < div class ="footer ">
7580 < div >
7681 < img class ="footer__logo " src ="{% static 'assets/images/logo-ifs.png' %} " alt ="Logo IFS " />
7984 < p > Todos direitos reservados MOREA 2024.</ p >
8085 </ div >
8186
87+ < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/js/bootstrap.bundle.min.js "
> </ script > 8288 < script src ="{% static 'js/menu.js' %} "> </ script >
8389 {% block scriptsCustom %}{% endblock %}
8490</ body >
You can’t perform that action at this time.
0 commit comments