We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba01180 commit cc98b28Copy full SHA for cc98b28
src/django_project/web/templates/web/partials/presentation_request.htm
@@ -29,7 +29,7 @@ <h4 class="card-title mb-4">
29
<label for="presentationSkillLevel" class="form-label fw-bold">Skill Level</label>
30
<select class="form-control" id="presentationSkillLevel" name="skill_level" required>
31
<option value="all" selected>All Levels</option>
32
- <option value="beginners">Beginner</option>
+ <option value="beginner">Beginner</option>
33
<option value="intermediate">Intermediate</option>
34
<option value="advanced">Advanced</option>
35
</select>
0 commit comments