feat: Better UI for flag creation

This commit is contained in:
2025-11-07 14:19:23 +01:00
parent cfcbda732d
commit 584a91357b
2 changed files with 6 additions and 0 deletions

View File

@@ -5,6 +5,9 @@
<div class="form-group">
<input type="text" class="form-control" name="content" value="{{ content }}">
</div>
<label>
<small>User id for whom the flag is for</small>
</label>
<div class="form-group">
<input type="text" class="form-control" name="user id" value="{{ data }}">
</div>