view accounts/static/js/accounts_code.js @ 1025:23e477c509dd

Fix bug in edit elsewhere template. Introduced during changeover to ManifestStaticFilesStorage.
author Brian Neal <bgneal@gmail.com>
date Thu, 10 Dec 2015 21:55:19 -0600
parents be233ba7ca31
children
line wrap: on
line source
$(document).ready(function() {
   $.get('/accounts/register/code/', function(data) {
      $('#reg-code-block').text(data.code);
   });
});