geoip and config editor online
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
<form method="POST" action="/bouncers/delete" style="display:inline">
|
||||
<input type="hidden" name="_csrf" value="{{$.CSRFToken}}">
|
||||
<input type="hidden" name="name" value="{{.Name}}">
|
||||
<button type="submit" class="btn-danger-sm" onclick="return confirm('Delete bouncer "{{.Name}}"? This cannot be undone.')">Delete</button>
|
||||
<button type="submit" class="btn-danger-sm" data-confirm="Delete bouncer {{.Name}}? This cannot be undone.">Delete</button>
|
||||
</form>
|
||||
</td>
|
||||
{{end}}
|
||||
|
||||
Reference in New Issue
Block a user