Commit 0bfb9e94d60f6a924a2a1993895ef0c541dd4f20
1 parent
39ef2414
Exists in
master
and in
3 other branches
fixed my subjects title
Showing
2 changed files
with
11 additions
and
2 deletions
Show diff stats
amadeus/static/css/base/amadeus.css
subjects/templates/subjects/initial.html
1 | 1 | {% extends "categories/home.html" %} |
2 | 2 | |
3 | -{% load static pagination %} | |
3 | +{% load static pagination i18n %} | |
4 | 4 | |
5 | 5 | {% block content %} |
6 | 6 | |
... | ... | @@ -13,8 +13,9 @@ |
13 | 13 | </ul> |
14 | 14 | </div> |
15 | 15 | </div> |
16 | - | |
16 | + | |
17 | 17 | <div class="col-md-12 cards-content"> |
18 | + <h2 class="text-center my-subjects-title">{% trans "Meus Assuntos" %}</h2> | |
18 | 19 | <div class="panel-group" id="subject-accordion" role="tablist" aria-multiselectable="true"> |
19 | 20 | {% for subject in subjects %} |
20 | 21 | {% include "subjects/subject_card.html" with accordion_id="subject-accordion" %} | ... | ... |