view accounts/static/js/accounts_code.js @ 1019:d00747d2f43e

Turn on ManifestStaticFilesStorage on production.
author Brian Neal <bgneal@gmail.com>
date Mon, 07 Dec 2015 18:19:37 -0600
parents be233ba7ca31
children
line wrap: on
line source
$(document).ready(function() {
   $.get('/accounts/register/code/', function(data) {
      $('#reg-code-block').text(data.code);
   });
});