mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
VC/Vidyo: Remove double space in email subject
This commit is contained in:
parent
a1a878de86
commit
362dcd8a93
@ -1,6 +1,8 @@
|
||||
{% extends 'emails/base.html' %}
|
||||
|
||||
{% block subject %} [{{ plugin.friendly_name }}] Room deleted from server: {{ vc_room.name }} {% endblock %}
|
||||
{% block subject -%}
|
||||
[{{ plugin.friendly_name }}] Room deleted from server: {{ vc_room.name }}
|
||||
{%- endblock %}
|
||||
|
||||
{% block header -%}
|
||||
<p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user