Skip to content

Commit

Permalink
Adiciona ajustes no layout das views
Browse files Browse the repository at this point in the history
  • Loading branch information
brnocesar committed Jan 21, 2021
1 parent 21c69f3 commit 5febe8f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 37 deletions.
8 changes: 0 additions & 8 deletions apps/templates/receitas/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
{% load static %}
{% block content %}

<!-- Preloader -->
<div id="preloader">
<i class="circle-preloader"></i>
<img src="{% static 'img/core-img/pizza.png' %}" alt="">
</div>

{% include 'partials/_header.html' %}

<section class="best-receipe-area">
<div class="container">
<div class="row">
Expand Down
7 changes: 0 additions & 7 deletions apps/templates/receitas/receita.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
{% extends '_base.html' %}
{% load static %}
{% block content %}
<!-- Preloader -->
<div id="preloader">
<i class="circle-preloader"></i>
<img src="{% static 'img/core-img/hamburger.png' %}" alt="">
</div>

{% include 'partials/_header.html' %}

<!-- <div class="receipe-post-search mb-80">
<div class="container">
Expand Down
9 changes: 2 additions & 7 deletions apps/templates/usuarios/cadastro.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
{% load static %}
{% block content %}

<!-- Preloader -->
<div id="preloader">
<i class="circle-preloader"></i>
<img src="{% static 'img/core-img/pizza.png' %}" alt="">
</div>

{% include 'partials/_header.html' %}

<div class="contact-area section-padding-0-80">
<div class="container">
Expand Down Expand Up @@ -51,4 +44,6 @@ <h2>Criar conta</h2>
</div>
</div>
</div>


{% endblock %}
8 changes: 0 additions & 8 deletions apps/templates/usuarios/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,7 @@
{% load static %}
{% block content %}

<!-- Preloader -->
<div id="preloader">
<i class="circle-preloader"></i>
<img src="{% static 'img/core-img/pizza.png' %}" alt="">
</div>

{% include 'partials/_header.html' %}


<div class="contact-area section-padding-0-80">
<div class="container">
<div class="row">
Expand Down
8 changes: 1 addition & 7 deletions apps/templates/usuarios/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
{% load static %}
{% block content %}

<!-- Preloader -->
<div id="preloader">
<i class="circle-preloader"></i>
<img src="{% static 'img/core-img/pizza.png' %}" alt="">
</div>

{% include 'partials/_header.html' %}

<div class="contact-area section-padding-0-80">
<div class="container">
Expand Down Expand Up @@ -51,4 +44,5 @@ <h2>Login</h2>
}
</script>


{% endblock %}

0 comments on commit 5febe8f

Please sign in to comment.