This commit is contained in:
Ross
2022-04-21 17:16:46 +01:00
parent e61a954879
commit 3d42dc032c
2 changed files with 2 additions and 2 deletions
@@ -12,7 +12,7 @@
{% for cid in available_cid_users %}
<li><a href="{% url 'generic:update_cid' cid.pk %}">{{cid.cid}}</a> [{{cid.passcode}}] {{cid.name}} /
Email: {{cid.email}} <button class="toggle-btn" data-pk="{{cid.pk}}">Toggle</button>
Email: {{cid.email}} <button class="toggle-btn" data-pk="{{cid.pk}}" data-cid="{{cid.cid}}">Toggle</button>
</li>
{% endfor %}