Mercurial > public > sg101
view accounts/static/js/accounts_code.js @ 1221:d6b3f7e77f6c modernize tip
Add unit tests for comments views.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 01 Mar 2025 15:52:11 -0600 |
parents | be233ba7ca31 |
children |
line wrap: on
line source
$(document).ready(function() { $.get('/accounts/register/code/', function(data) { $('#reg-code-block').text(data.code); }); });