From ec6cf1afd2184ff03ad257fa7b4b6908311af423 Mon Sep 17 00:00:00 2001 From: Piotr Dobrowolski Date: Sat, 26 Nov 2016 12:17:49 +0100 Subject: Random fixes, kektops support --- templates/main.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'templates') diff --git a/templates/main.html b/templates/main.html index 629db02..f49d90b 100644 --- a/templates/main.html +++ b/templates/main.html @@ -19,6 +19,11 @@ Now at hackerspace {% pluralize %} There are {{ n_unk }} unknown devices operating. {% endtrans %} + {% trans n_kek=kektops|length %} + There is {{ n_kek }} unknown kektop operating. + {% pluralize %} + There are {{ n_kek }} unknown kektops operating. + {% endtrans %}
Claim this device! {% endblock %} -- cgit v1.2.3