diff --git a/cookbook/forms.py b/cookbook/forms.py index fb557dd9..36b35ed5 100644 --- a/cookbook/forms.py +++ b/cookbook/forms.py @@ -9,8 +9,8 @@ from django_scopes import scopes_disabled from django_scopes.forms import SafeModelChoiceField, SafeModelMultipleChoiceField from hcaptcha.fields import hCaptchaField -from .models import (Comment, Food, InviteLink, Keyword, MealPlan, MealType, Recipe, RecipeBook, - RecipeBookEntry, SearchPreference, Space, Storage, Sync, User, UserPreference) +from .models import (Comment, Food, InviteLink, Keyword, Recipe, RecipeBook, RecipeBookEntry, + SearchPreference, Space, Storage, Sync, User, UserPreference) class SelectWidget(widgets.Select): diff --git a/cookbook/templates/export.html b/cookbook/templates/export.html index 787fc81c..74ee70e0 100644 --- a/cookbook/templates/export.html +++ b/cookbook/templates/export.html @@ -4,17 +4,14 @@ {% load i18n %} {% load l10n %} - {% block title %}{% trans 'Export Recipes' %}{% endblock %} - {% block content %}