view accounts/static/js/accounts_code.js @ 1161:a60aabced346

Converting forums to V3 design.
author Brian Neal <bgneal@gmail.com>
date Tue, 07 Feb 2017 20:44:00 -0600
parents be233ba7ca31
children
line wrap: on
line source
$(document).ready(function() {
   $.get('/accounts/register/code/', function(data) {
      $('#reg-code-block').text(data.code);
   });
});