Mercurial > public > sg101
view accounts/static/js/accounts_code.js @ 951:5366c29d6dce
Django's SortedDict is gone. Use OrderedDict instead.
For Django 1.7.8 upgrade.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 16 May 2015 18:51:12 -0500 |
parents | be233ba7ca31 |
children |
line wrap: on
line source
$(document).ready(function() { $.get('/accounts/register/code/', function(data) { $('#reg-code-block').text(data.code); }); });