Mercurial > public > sg101
view accounts/static/js/accounts_code.js @ 1182:d7ff63d83973
Add Hi-Tide to community banners
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 01 Jan 2020 13:10:45 -0600 |
parents | be233ba7ca31 |
children |
line wrap: on
line source
$(document).ready(function() { $.get('/accounts/register/code/', function(data) { $('#reg-code-block').text(data.code); }); });