|
|
@@ -139,6 +139,12 @@
|
|
|
<input name="is_staff" type="checkbox" {{if .User.IsStaff}}checked{{end}}>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="inline field">
|
|
|
+ <div class="ui checkbox">
|
|
|
+ <label><strong>This account is intern</strong></label>
|
|
|
+ <input name="is_intern" type="checkbox" {{if .User.IsIntern}}checked{{end}}>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="inline field">
|
|
|
<div class="ui checkbox">
|
|
|
<label><strong>This user is Bug Hunter</strong> <i class="bughunter octicon octicon-gist-secret"></i></label>
|