diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 02d4bdfd5..6c0439b0e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,10 +2,8 @@ + - - - @@ -299,12 +298,11 @@ - - - - + + + @@ -312,11 +310,12 @@ - - + + + @@ -331,13 +330,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + - - - @@ -345,7 +365,6 @@ - @@ -356,14 +375,7 @@ - - - - - - - - + @@ -434,7 +446,6 @@ - @@ -470,7 +481,7 @@ - + @@ -479,7 +490,6 @@ - @@ -487,17 +497,6 @@ - - - - - - - - - - - @@ -521,6 +520,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cookbook/templates/index.html b/cookbook/templates/index.html index c04152b9a..7025b430e 100644 --- a/cookbook/templates/index.html +++ b/cookbook/templates/index.html @@ -1,12 +1,13 @@ {% extends "base.html" %} {% load django_tables2 %} +{% load i18n %} {% block title %}Rezepte{% endblock %} {% block content %}

- Rezepte + {% trans "Cookbook" %}

{% if recipes %}