X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a3b153ea6e30da275edf3e34b8d2f8ca1bb436cc..9bc86f5a6542c5893ac94284da33162a7c7be2d6:/src/wolnelektury/templates/user_actions.html diff --git a/src/wolnelektury/templates/user_actions.html b/src/wolnelektury/templates/user_actions.html new file mode 100644 index 000000000..28ea5e726 --- /dev/null +++ b/src/wolnelektury/templates/user_actions.html @@ -0,0 +1,40 @@ +{% load static %} + +{% if request.user.is_authenticated %} + +
+ +
+ + {% if request.user.is_staffs %} + + {% elif request.user.membership %} + + {% else %} + + {% endif %} + +{% else %} + +{% endif %}