diff --git a/apps/receitas/templates/_base.html b/apps/templates/_base.html similarity index 100% rename from apps/receitas/templates/_base.html rename to apps/templates/_base.html diff --git a/apps/receitas/templates/index.html b/apps/templates/index.html similarity index 100% rename from apps/receitas/templates/index.html rename to apps/templates/index.html diff --git a/apps/receitas/templates/partials/_footer.html b/apps/templates/partials/_footer.html similarity index 100% rename from apps/receitas/templates/partials/_footer.html rename to apps/templates/partials/_footer.html diff --git a/apps/receitas/templates/partials/_header.html b/apps/templates/partials/_header.html similarity index 100% rename from apps/receitas/templates/partials/_header.html rename to apps/templates/partials/_header.html diff --git a/apps/receitas/templates/receita.html b/apps/templates/receita.html similarity index 100% rename from apps/receitas/templates/receita.html rename to apps/templates/receita.html diff --git a/djangoreceitas/settings.py b/djangoreceitas/settings.py index 16e9c95..e9a9a8e 100644 --- a/djangoreceitas/settings.py +++ b/djangoreceitas/settings.py @@ -58,7 +58,7 @@ TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', - 'DIRS': [os.path.join(BASE_DIR, 'apps/receitas/templates')], + 'DIRS': [os.path.join(BASE_DIR, 'apps/templates')], 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [