Fix Jinja template error: Add missing endblock tag in bet_detail.html

parent cc4ddd48
...@@ -332,4 +332,5 @@ document.addEventListener('DOMContentLoaded', function() { ...@@ -332,4 +332,5 @@ document.addEventListener('DOMContentLoaded', function() {
updateTimezoneDisplays(); updateTimezoneDisplays();
}); });
</script> </script>
{% endblock %}
{% endblock %} {% endblock %}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment