diff options
author | Ch3shireDev <the.smiling.cat.of.cheshire@gmail.com> | 2020-08-22 17:55:02 +0200 |
---|---|---|
committer | Piotr Dobrowolski <admin@tastycode.pl> | 2020-08-22 18:44:34 +0200 |
commit | 22cb32197a4278853917e638aed3368fafcf92b2 (patch) | |
tree | 06a913220714b3e896ca7d11b59336e07c0ad0a0 | |
parent | f5cde26030a66608628c3581784074753b6ad679 (diff) | |
download | checkinator-22cb32197a4278853917e638aed3368fafcf92b2.tar.gz checkinator-22cb32197a4278853917e638aed3368fafcf92b2.tar.bz2 checkinator-22cb32197a4278853917e638aed3368fafcf92b2.tar.xz checkinator-22cb32197a4278853917e638aed3368fafcf92b2.zip |
Update basic.css
-rw-r--r-- | templates/main.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/main.html b/templates/main.html index 3ac5c50..6012b21 100644 --- a/templates/main.html +++ b/templates/main.html @@ -15,19 +15,19 @@ Now at hackerspace {% endfor %} </ul> {% trans n_unk=unknown|length %} - There is {{ n_unk }} unknown device operating. + <p>There is {{ n_unk }} unknown device operating. </p> {% pluralize %} - There are {{ n_unk }} unknown devices operating. + <p>There are {{ n_unk }} unknown devices operating.</p> {% endtrans %} {% trans n_kek=kektops|length %} - There is {{ n_kek }} unknown kektop operating. + <p>There is {{ n_kek }} unknown kektop operating.</p> {% pluralize %} - There are {{ n_kek }} unknown kektops operating. + <p>There are {{ n_kek }} unknown kektops operating.</p> {% endtrans %} {% trans n_esp=esps|length %} - There is {{ n_esp }} unknown ESP operating. + <p>There is {{ n_esp }} unknown ESP operating.</p> {% pluralize %} - There are {{ n_esp }} unknown ESPs operating. + <p>There are {{ n_esp }} unknown ESPs operating.</p> {% endtrans %} <hr> <a href="claim">Claim this device!</a> |