I'm using dojango in a project and i have this tempalte:
{% extends "base_site.html" %}
{% block dojango_content %}
{{ block.super }}
<form action='/perfil/registro' method="POST">
{% include "form.html" %}
<input type="submit" value="Registrarme" />
</form>
{% endblock %}
But dojo is not working fine, this is the html i get:
<body class="tunda">
<form>
</form>
<script type="text/javascript">
dojo.require("dijit.form.TextBox");
</script>
the only think has changed is django: today i update to django.1.1.1
in debian testing,
Some ideas?
--
Diego Andrés Sanabria
Ingeniería de Sistemas Universidad Distrital
about:me http://www.google.com/profiles/diegueus9
cel 3015290609
Sent from Bogota, DC, Colombia