X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fbase.html;h=d974976c8ed31d7a97729f7a9d4528f1d117c5de;hb=a59ed9fccce9251f366fdddc844f48910d808d2f;hp=3de1e78268a82c9d4a0e4140bd06df7c9a036630;hpb=b0ea7a4049f6642f8f090b40199929b9c8bb7aa8;p=django_unres.git diff --git a/django_simple/todo/templates/base.html b/django_simple/todo/templates/base.html index 3de1e78..d974976 100644 --- a/django_simple/todo/templates/base.html +++ b/django_simple/todo/templates/base.html @@ -1,4 +1,5 @@ {% load staticfiles %} +{% load i18n lazysignup_tags %} @@ -28,9 +29,16 @@
{% if not user.is_anonymous %} Logged as:  {{user}}   + {% if user|is_lazy_user %} + + {% else %} + {% endif %} {% endif %}
+ {% if user|is_lazy_user %} + Convert to regular user + {% endif %} {% block content %}