Blame view

dictionary/templates/reports.html 205 Bytes
janek37 authored
1
2
3
4
5
{% extends "base.html" %}

{% block title %}Raporty{% endblock %}

{% block content %}
janek37 authored
6
7
8
    <p>
        Tu będą różnorodne zestawienia pokazujące stan opracowywanego słownika.
    </p>
janek37 authored
9
{% endblock %}