Browse Source

Remove errors urls from sistema

pull/11/merge
Eduardo Edson Batista Cordeiro Alves 9 years ago
parent
commit
92f8a60843
  1. 4
      templates/sistema.html

4
templates/sistema.html

@ -74,8 +74,8 @@
<h5>Módulo Normas Jurídicas</h5>
<ul class="small-block-grid-1 medium-block-grid-2 large-block-grid-2">
<li><a href="{% url 'tiponormajuridica:list' %}">Tipo de Norma Jurídica</a></li>
<li><a href="{% url 'assuntonorma:list' %}">Assunto de Norma Jurídica</a></li>
<li><a href="">Tipo de Norma Jurídica</a></li>
<li><a href="">Assunto de Norma Jurídica</a></li>
</ul>
<h5>Módulo Sessão Plenária</h5>

Loading…
Cancel
Save