Commit f12fc61b61ecac83e4c597a265e552fb804b9ed8

Authored by Jailson Dias
1 parent cf3210f0

ajeitando erro no template de forum #378

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
forum/templates/forum/forum_view.html
1   -{% extends 'topic/index.html' %}
  1 +{% extends 'subject/index.html' %}
2 2  
3 3 {% load static i18n permission_tags list_post django_bootstrap_breadcrumbs %}
4 4 {% load widget_tweaks %}
... ...