mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 12:18:45 -05:00
14 lines
185 B
HTML
14 lines
185 B
HTML
{% extends "base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block title %}{% trans 'Stats' %}{% endblock %}
|
|
|
|
|
|
{% block content %}
|
|
|
|
<h3>
|
|
{% trans 'Statistics' %}
|
|
</h3>
|
|
|
|
|
|
{% endblock %} |