Better error message for invalid tournament
This commit is contained in:
@@ -56,7 +56,15 @@
|
||||
</div>
|
||||
<div id="center">
|
||||
<div id="inner">
|
||||
#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">
|
||||
|
Reference in New Issue
Block a user