🥅 Added info why quiz can't get imported

This commit is contained in:
Mawoka
2022-04-08 15:19:05 +02:00
parent c15a093ded
commit ed87d47399
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
<h4>Frontend</h4>
<ul>
<li><a href="https://pnpm.io/">pNpM</a></li>
<li><a href="https://pnpm.io/">pnpm</a></li>
</ul>
<h2>Setup</h2>
+2
View File
@@ -43,6 +43,8 @@
if (res.status === 200) {
window.location.href = '/overview';
} else if (res.status === 400) {
alert("This quiz isn't (yet) supported!");
} else {
alert('Error importing quiz');
}