mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
locale stuff
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user