first commit
This commit is contained in:
@@ -5,12 +5,13 @@
|
||||
<title>{% block title %} {% endblock %}</title>
|
||||
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
|
||||
rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
|
||||
rel="stylesheet"
|
||||
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
|
||||
crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body class="card-body">
|
||||
{% include 'components/_header.html' %}
|
||||
<div class="row">
|
||||
{% block content %}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<footer class="footer mt-auto py-3 text-center bg-body-tertiary">
|
||||
<footer class="card-footer mt-auto py-3 text-center bg-body-tertiary">
|
||||
<div class="container">
|
||||
<a class="navbar-brand --bs-success-text-emphasis" href="{% url 'Home' %}"> © CenterPes </a>
|
||||
</div>
|
||||
|
||||
@@ -13,12 +13,18 @@
|
||||
{% if perms.Base.view_bankaccount %}
|
||||
<a class="list-group-item list-group-item-action" href="{% url 'ClientListView' %}" > Client </a>
|
||||
{% endif %}
|
||||
{% if perms.Base.view_bankaccount %}
|
||||
<a class="list-group-item list-group-item-action" href="{% url 'DashboardProf' %}" > Prof </a>
|
||||
{% endif %}
|
||||
{% if perms.Base.view_bankaccount %}
|
||||
<a class="list-group-item list-group-item-action" href="{% url 'MovCalendarListView' %}" > MovCalendar </a>
|
||||
{% endif %}
|
||||
{% if perms.Base.view_bankaccount %}
|
||||
<a class="list-group-item list-group-item-action" href="{% url 'MovProductListView' %}" > MovProduct </a>
|
||||
{% endif %}
|
||||
{% if perms.Base.view_bankaccount %}
|
||||
<a class="list-group-item list-group-item-action" href="{% url 'MovExpenseOrCreditListView' %}" > Despesas ou Creditos </a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user