Skip to content

Commit

Permalink
Update add_driver.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BIBOLV authored Dec 24, 2024
1 parent f5db959 commit 9c9da98
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

<h1 class="mb-3">Add Driver:
<input type="text" id="filename" class="form-control" name="filename"
value="{{ filename }}"
pattern="^[a-zA-Z0-9_-]+\.xmq$"
title="Filename should only contain letters, numbers, underscores, or hyphens, and must end with .xmq"
required>
Expand Down Expand Up @@ -85,4 +86,4 @@ <h1 class="mb-3">Add Driver:
});
</script>
</body>
</html>
</html>

0 comments on commit 9c9da98

Please sign in to comment.