view accounts/static/js/accounts_code.js @ 1223:0807b202b776 modernize

Really add unit tests for comments template tags.
author Brian Neal <bgneal@gmail.com>
date Mon, 10 Mar 2025 20:27:47 -0500
parents be233ba7ca31
children
line wrap: on
line source
$(document).ready(function() {
   $.get('/accounts/register/code/', function(data) {
      $('#reg-code-block').text(data.code);
   });
});