Mercurial > public > sg101
view accounts/static/js/accounts_code.js @ 1229:51172fb756f4 modernize tip
Add more tests for core.html.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 14 Apr 2025 19:30:48 -0500 |
parents | be233ba7ca31 |
children |
line wrap: on
line source
$(document).ready(function() { $.get('/accounts/register/code/', function(data) { $('#reg-code-block').text(data.code); }); });