From: Jan Szejko Date: Wed, 16 Mar 2016 14:47:06 +0000 (+0100) Subject: untracked file from server X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/95c28f52a82c1909d03fa5b8a97925173986e212 untracked file from server --- diff --git a/apps/catalogue/templates/catalogue/active_users_list.html b/apps/catalogue/templates/catalogue/active_users_list.html new file mode 100755 index 00000000..f711b605 --- /dev/null +++ b/apps/catalogue/templates/catalogue/active_users_list.html @@ -0,0 +1,20 @@ +{% extends "catalogue/base.html" %} +{% load i18n %} + + +{% block titleextra %}{% trans "Active users" %}{% endblock %} + + +{% block content %} + +

+ {% trans "Active users since" %} {{ since }} +

+ + + +{% endblock content %}