X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=templates%2Fbase.html;h=3d5ecd02f641d4dc997ce048f0da1d7a06c1d41b;hb=d585123c407fd6eac4f786f4cbe5e1b0ec51183a;hp=79f3eae267b807ec1d1a3480e3162c77f17cad06;hpb=12daa894deafbf1cc9a5c277bc1e7e6710572e19;p=cascardo%2Feventmanager.git diff --git a/templates/base.html b/templates/base.html index 79f3eae..3d5ecd0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,71 +1,79 @@ - - + {% load i18n %} - Encontro Mineiro de Software Livre - + + + EMSL'07 — Encontro Mineiro de Software Livre -
-

Encontro Mineiro de Software Livre

+
+

EMSL 2007 - Encontro Mineiro de Software Livre

+

18 a 20 de outubro de 2007 - DCC/UFLA - Lavras/MG

{% if user.is_authenticated %} - {% if user.palestrante_set.all %} - - {% endif %} + +

- {{ request.error_message }} + {% else %}
-
- - -
-
- - - - -
+ + + + + +
- {% endif %} + {% endif %}
- +
+ {% block content %}{% endblock %} +
- -{# vim: set ft=htmldjango: #} +{# vim:set ft=htmldjango: #}