From 70aa267e3fa1080de9158c04732ecc2be08e9629 Mon Sep 17 00:00:00 2001 From: Lincoln de Sousa Date: Thu, 27 Sep 2007 09:28:09 -0300 Subject: [PATCH] retirando o link pro boleto do administrador --- templates/base.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 385cd71..88f9392 100644 --- a/templates/base.html +++ b/templates/base.html @@ -20,7 +20,11 @@
  • Trabalhos inscritos
  • Editar dados de usuário
  • {% else %} -
  • Emitir boleto
  • + + {% if user.participante_set.all %} +
  • Emitir boleto
  • + {% endif %} + {% endif %}
  • Sair ({{ user }})
  • -- 2.20.1