Commit 57d99810067f98c1d93a90316b9491dbfa944083

Authored by Felipe Henrique de Almeida Bormann
1 parent eac05ca8

removed create new subject from categories manage

Showing 1 changed file with 1 additions and 4 deletions   Show diff stats
categories/templates/categories/list.html
@@ -86,10 +86,7 @@ @@ -86,10 +86,7 @@
86 {{coordinator.username}} 86 {{coordinator.username}}
87 {% endfor %} 87 {% endfor %}
88 </h4> 88 </h4>
89 - {{category.description|safe}}  
90 - {% if user in category.coordinators.all %}  
91 - <button class="create-subject-btn"> {% trans "create new subject" %} </button>  
92 - {% endif %} 89 +
93 90
94 </div> 91 </div>
95 92