Remove debug block from registration template
This commit is contained in:
parent
f9473ea615
commit
d9f3a9c6cd
|
@ -12,7 +12,6 @@
|
|||
hx-put="{% url 'threshold_irc_actions_registration_net' net %}"
|
||||
hx-target="#actions"
|
||||
hx-swap="outerHTML">
|
||||
{{ unreg }}
|
||||
{% for network, items in unreg.items %}
|
||||
<h4 class="title is-4">{{ network }}</h4>
|
||||
{% for nick, num in items %}
|
||||
|
|
Loading…
Reference in New Issue