Open event thread drafts in new tab

This commit is contained in:
2023-06-27 17:34:08 +01:00
parent 097e7c2481
commit 53b09e47b8
2 changed files with 2 additions and 2 deletions

View File

@@ -349,7 +349,7 @@
{% render_field form.forum_url class+="form-control" %}
{% if object.pk %}
<p class="small mb-0">or</p>
<a href="{% url 'event_thread' object.pk %}" class="btn btn-primary" title="Create Forum Thread">
<a href="{% url 'event_thread' object.pk %}" class="btn btn-primary" title="Create Forum Thread" target="_blank">
<span class="fas fa-plus"></span> <span class="hidden-xs">Create Forum Thread</span></a>
{% endif %}
</div>