remove lang selection from questions

This commit is contained in:
Thomas Rubini 2023-03-28 20:55:57 +02:00
parent 66762cb1f8
commit c81217f07b
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -11,13 +11,6 @@
<a href="/admin"> go Back </a> <br>
<select id="langs" onchange="changeLang()">
{%for lang in langs%}
<option value="{{lang}}">{{lang}}</option>
{%endfor%}
</select>
<section id="allQuestions">
{%for questionType in questions%}
<div class="questionType">