locale stuff

This commit is contained in:
vabene1111
2018-02-01 00:42:37 +01:00
parent a183b53ae7
commit 572e0b5fc9
2 changed files with 249 additions and 59 deletions

View File

@@ -1,12 +1,13 @@
{% extends "base.html" %}
{% load django_tables2 %}
{% load i18n %}
{% block title %}Rezepte{% endblock %}
{% block content %}
<h3>
Rezepte
{% trans "Cookbook" %}
</h3>
{% if recipes %}