Mercurial > public > sg101
view accounts/static/js/accounts_code.js @ 1010:9afe0610aae5
Move SSL related settings to production module.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 27 Nov 2015 15:44:06 -0600 |
parents | be233ba7ca31 |
children |
line wrap: on
line source
$(document).ready(function() { $.get('/accounts/register/code/', function(data) { $('#reg-code-block').text(data.code); }); });