From f2b2ff533d6e702e843ae9b432fd084cf3ef8823 Mon Sep 17 00:00:00 2001 From: Skia Date: Wed, 10 May 2017 22:17:05 +0200 Subject: [PATCH] Rename Matmat to Trombi --- club/templates/club/club_tools.jinja | 6 +- core/templates/core/base.jinja | 2 +- core/templates/core/user_preferences.jinja | 8 +- core/views/user.py | 6 +- matmat/migrations/0001_initial.py | 42 --------- matmat/migrations/0002_auto_20170510_1754.py | 41 -------- .../0003_remove_matmatcomment_is_moderated.py | 18 ---- sith/settings.py | 2 +- sith/urls.py | 2 +- {matmat => trombi}/__init__.py | 0 {matmat => trombi}/admin.py | 4 +- trombi/migrations/0001_initial.py | 53 +++++++++++ {matmat => trombi}/migrations/__init__.py | 0 {matmat => trombi}/models.py | 44 ++++----- .../templates/trombi}/detail.jinja | 8 +- .../templates/trombi}/user_tools.jinja | 16 ++-- {matmat => trombi}/tests.py | 0 {matmat => trombi}/urls.py | 18 ++-- {matmat => trombi}/views.py | 94 +++++++++---------- 19 files changed, 158 insertions(+), 206 deletions(-) delete mode 100644 matmat/migrations/0001_initial.py delete mode 100644 matmat/migrations/0002_auto_20170510_1754.py delete mode 100644 matmat/migrations/0003_remove_matmatcomment_is_moderated.py rename {matmat => trombi}/__init__.py (100%) rename {matmat => trombi}/admin.py (93%) create mode 100644 trombi/migrations/0001_initial.py rename {matmat => trombi}/migrations/__init__.py (100%) rename {matmat => trombi}/models.py (75%) rename {matmat/templates/matmat => trombi/templates/trombi}/detail.jinja (55%) rename {matmat/templates/matmat => trombi/templates/trombi}/user_tools.jinja (58%) rename {matmat => trombi}/tests.py (100%) rename {matmat => trombi}/urls.py (64%) rename {matmat => trombi}/views.py (65%) diff --git a/club/templates/club/club_tools.jinja b/club/templates/club/club_tools.jinja index 233ddc53..5207a315 100644 --- a/club/templates/club/club_tools.jinja +++ b/club/templates/club/club_tools.jinja @@ -7,10 +7,10 @@

{% trans %}Counters:{% endtrans %}

diff --git a/core/templates/core/base.jinja b/core/templates/core/base.jinja index fc3f6ea3..b683d434 100644 --- a/core/templates/core/base.jinja +++ b/core/templates/core/base.jinja @@ -88,7 +88,7 @@ {% if not popup %}