Add request to organizer_edit_tabs signal and actually send it

This commit is contained in:
Raphael Michel
2017-01-27 11:08:52 +01:00
parent 123f47ab39
commit ba455a3630
3 changed files with 11 additions and 3 deletions

View File

@@ -151,7 +151,7 @@
{% for title, content in tabs %}
<div class="tab-pane" id="tab-{{ forloop.index }}">
<div class="tab-inner">
{{ field }}
{{ content }}
</div>
</div>
{% endfor %}