diff --git a/job_posting_generator/templates/job_posting_generator/detail.html b/job_posting_generator/templates/job_posting_generator/detail.html
index 7719e0d..56db574 100644
--- a/job_posting_generator/templates/job_posting_generator/detail.html
+++ b/job_posting_generator/templates/job_posting_generator/detail.html
@@ -5,6 +5,8 @@
{% block extra_css %}
+
+
{% endblock %}
{% block content %}
@@ -16,7 +18,7 @@
document.body.setAttribute('data-wallet-url', '{% url "wallet:wallet" %}');
// Initialize agent configuration
- window.AGENT_PRICE = {{ agent.price }};
+ window.AGENT_PRICE = parseFloat('{{ agent.price }}');
});
+
+
{% endblock %}
\ No newline at end of file