Mercurial > public > sg101
view accounts/static/js/accounts_code.js @ 1220:d63f9ece1129 modernize tip
Add unit test for bulletin template tags.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 23 Feb 2025 16:34:01 -0600 |
parents | be233ba7ca31 |
children |
line wrap: on
line source
$(document).ready(function() { $.get('/accounts/register/code/', function(data) { $('#reg-code-block').text(data.code); }); });