Mercurial > public > sg101
view accounts/static/js/accounts_code.js @ 1224:d7c7a4777dd7 modernize tip
Add unit tests for contests template tags.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 10 Mar 2025 20:28:14 -0500 (19 hours ago) |
parents | be233ba7ca31 |
children |
line wrap: on
line source
$(document).ready(function() { $.get('/accounts/register/code/', function(data) { $('#reg-code-block').text(data.code); }); });