updated board from olimex c5
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
</div>
|
||||
{% if current_user.is_admin() %}
|
||||
<div class="d-flex gap-2">
|
||||
{% if board.board_type == 'olimex_esp32_c6_evb_pn532' %}
|
||||
{% if board.board_type == 'olimex_esp32_c6_evb_pn532' or board.board_type == 'olimex_esp32_c5_evb' %}
|
||||
<a href="{{ url_for('boards.nfc_management', board_id=board.id) }}" class="btn btn-outline-primary">
|
||||
<i class="bi bi-credit-card-2-front me-1"></i> NFC Access Control
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user