view accounts/static/js/accounts_code.js @ 945:7ab180ff6f7b

Merge upstream.
author Brian Neal <bgneal@gmail.com>
date Wed, 13 May 2015 20:29:23 -0500
parents be233ba7ca31
children
line wrap: on
line source
$(document).ready(function() {
   $.get('/accounts/register/code/', function(data) {
      $('#reg-code-block').text(data.code);
   });
});