diff --git a/home/__pycache__/views.cpython-313.pyc b/home/__pycache__/views.cpython-313.pyc index 4c1796b..ccb0673 100644 Binary files a/home/__pycache__/views.cpython-313.pyc and b/home/__pycache__/views.cpython-313.pyc differ diff --git a/home/static/nw-themes/nw-ryu/nw-js-handlers/gold_response.js b/home/static/nw-themes/nw-ryu/nw-js-handlers/gold_response.js index b2597c8..33e62a5 100644 --- a/home/static/nw-themes/nw-ryu/nw-js-handlers/gold_response.js +++ b/home/static/nw-themes/nw-ryu/nw-js-handlers/gold_response.js @@ -5,7 +5,7 @@ $(function(){ var button = $(this); var originalText = button.html(); - var data = $("#uw-gold-form").serialize(); + var data = $("#nw-gold-form").serialize(); button.html('Procesando pago...'); button.prop('disabled', true); diff --git a/home/static/nw-themes/nw-ryu/nw-js-handlers/transfer_character_response.js b/home/static/nw-themes/nw-ryu/nw-js-handlers/transfer_character_response.js index 311d2ec..b096b0d 100644 --- a/home/static/nw-themes/nw-ryu/nw-js-handlers/transfer_character_response.js +++ b/home/static/nw-themes/nw-ryu/nw-js-handlers/transfer_character_response.js @@ -5,7 +5,7 @@ $(function(){ var button = $(this); var originalText = button.text(); - var data = $("#uw-transfer-character-form").serialize(); + var data = $("#nw-transfer-character-form").serialize(); button.text("Procesando pago..."); button.prop("disabled", true); diff --git a/home/templates/partials/gold_character.html b/home/templates/partials/gold_character.html index 8d17e72..9eb1c4b 100644 --- a/home/templates/partials/gold_character.html +++ b/home/templates/partials/gold_character.html @@ -9,7 +9,7 @@

Selecciona un personaje y la cantidad de oro:

-
+ {% for character in characters %}