yenu/resources/templates/statistics.html
Aaron Fischer 4a135f7880
Update all dependencies and change language to EN
Update bootstrap required a lot of template work, so I had no change to
split the commit in two separate commits to rebase the language change.
This means, yenu is EN only by now.
2022-05-05 11:28:58 +02:00

7 lines
116 B
HTML

{% extends "layout.html" %}
{% block content %}
<h1>Stats</h1>
<img src="/img/warning_clojure.png">
{% endblock %}