Fixed Button
This commit is contained in:
@ -55,7 +55,7 @@
|
||||
<input type="text" class="form-control" id="telegram_admin_id"
|
||||
placeholder="Enter Admin ID">
|
||||
</div>
|
||||
<button type="submit" class="btn btn-success">Accept</button>
|
||||
<button type="submit" class="btn btn-success">Add</button>
|
||||
<button type="button" class="btn btn-danger">Remove</button>
|
||||
</form>
|
||||
</div>
|
||||
@ -88,7 +88,7 @@
|
||||
<input type="text" class="form-control" id="singbox_port"
|
||||
placeholder="Enter Port">
|
||||
</div>
|
||||
<button type="submit" class="btn btn-success">Accept</button>
|
||||
<button type="submit" class="btn btn-success">Add</button>
|
||||
<button type="button" class="btn btn-danger">Remove</button>
|
||||
</form>
|
||||
</div>
|
||||
@ -106,7 +106,7 @@
|
||||
<input type="text" class="form-control" id="normal_port"
|
||||
placeholder="Enter Port">
|
||||
</div>
|
||||
<button type="submit" class="btn btn-success">Accept</button>
|
||||
<button type="submit" class="btn btn-success">Add</button>
|
||||
<button type="button" class="btn btn-danger">Remove</button>
|
||||
</form>
|
||||
</div>
|
||||
@ -147,4 +147,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user