Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Commit a1edda0

Browse files
committed
removido menu flatpages
removido menu flatpages, para melhorar visibilidade !
1 parent 866005f commit a1edda0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

templates/base.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ <h3 class="header item"><a href="{% url 'home' %}">Python - MG</a></h3>
2424
<div class="right menu">
2525
<a href="{% url 'home' %}" class="item">Home</a>
2626
<a href="{% url 'membro_cadastro' %}" class="item">Entre para o grupo</a>
27-
{% get_flatpages as flatpages %}
28-
{% for page in flatpages %}
29-
<a href="{{ page.url }}" class="{{ page.title }} item">{{ page.title }}</a>
30-
{% endfor %}
3127
</div>
3228
</div>
3329
</div>

0 commit comments

Comments
 (0)