Better error message for invalid tournament

This commit is contained in:
Claude Brisson
2024-04-10 00:34:05 +02:00
parent 0dcf2772e7
commit a18d5c36fe

View File

@@ -56,7 +56,15 @@
</div>
<div id="center">
<div id="inner">
#translate($page)
#if($tour && $tour.error)
<script type="text/javascript">
onLoad(()=>{
showError("$esc.javascript($tour.error)");
});
</script>
#else
#translate($page)
#end
</div>
</div>
<div id="footer" class="horz flex">