Skip to content

Instantly share code, notes, and snippets.

@jaredlewis
Last active December 16, 2015 10:29
Show Gist options
  • Save jaredlewis/5420628 to your computer and use it in GitHub Desktop.
Save jaredlewis/5420628 to your computer and use it in GitHub Desktop.
{# Footer Scripts #}
{% block footer_scripts %}
{{ block.super }}
<script type="text/javascript">
require(['base'], function(){
var $ = require('jquery');
$(document).ready(function(){
$("#id_email").attr('placeholder', 'Email Address');
});
});
</script>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment