Browse Source

Fixes #1653

pull/1657/head
Edward Ribeiro 7 years ago
parent
commit
11fae890ca
  1. 5
      sapl/templates/comissoes/composicao_list.html

5
sapl/templates/comissoes/composicao_list.html

@ -2,6 +2,7 @@
{% load i18n common_tags crispy_forms_tags%} {% load i18n common_tags crispy_forms_tags%}
{% block base_content %} {% block base_content %}
{% if user.is_authenticated and perms.comissoes.add_composicao %}
<div class="context-actions clearfix"> <div class="context-actions clearfix">
{% block actions %} {% block actions %}
<div class="actions btn-group pull-right btn-group-lg" role="group"> <div class="actions btn-group pull-right btn-group-lg" role="group">
@ -14,6 +15,7 @@
</div> </div>
{% endblock actions %} {% endblock actions %}
</div> </div>
{% endif %}
<fieldset class="form-group"> <fieldset class="form-group">
<legend>Selecione o Período</legend> <legend>Selecione o Período</legend>
@ -28,8 +30,7 @@
</form> </form>
</fieldset> </fieldset>
<br/> <br/>
{% if user.is_authenticated and perms.comissoes.add_participacao %}
{% if user.is_authenticated %}
<div class="actions btn-group pull-right btn-group-lg" role="group"> <div class="actions btn-group pull-right btn-group-lg" role="group">
<a href="{% url 'sapl.comissoes:participacao_create' composicao_pk %}" class="btn btn-default"> <a href="{% url 'sapl.comissoes:participacao_create' composicao_pk %}" class="btn btn-default">
Adicionar Participação em Comissão Adicionar Participação em Comissão

Loading…
Cancel
Save