15 lines
408 B
HTML
15 lines
408 B
HTML
<label>
|
|
Personal<br>
|
|
<small>Enter personal flag data</small>
|
|
</label>
|
|
<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>
|
|
<input type="hidden" name="type" value="personal">
|