Skip to content

Instantly share code, notes, and snippets.

@byroncorrales
Created May 20, 2012 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save byroncorrales/2759125 to your computer and use it in GitHub Desktop.
Save byroncorrales/2759125 to your computer and use it in GitHub Desktop.
{% block extra_header %}
<script type="text/javascript">
$(document).ready(function(){
$('#id_birthdate_month option:first').text('Mes');
$('#id_birthdate_day option:first').text('Dia');
$('#id_birthdate_year option:first').html('A&ntilde;o');
$('#id_nombre').focus();
});
</script>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment