Mercurial > public > sg101
view accounts/static/js/accounts_code.js @ 1072:4054f22583b3
Fix typo on store page.
Delete unused store cancel & thanks templates.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 11 Apr 2016 15:57:27 -0500 |
parents | be233ba7ca31 |
children |
line wrap: on
line source
$(document).ready(function() { $.get('/accounts/register/code/', function(data) { $('#reg-code-block').text(data.code); }); });