We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6912b4 commit 1ffcb9cCopy full SHA for 1ffcb9c
1 file changed
get_together/templates/get_together/base.html
@@ -134,7 +134,7 @@
134
135
{% if tip %}
136
<div class="alerts">
137
- <div class="alert {{ tip.tags }}"><strong>{% trans "Tip:" %}" </strong>{{ tip.text|safe }}</div>
+ <div class="alert {{ tip.tags }}"><strong>{% trans "Tip:" %} </strong>{{ tip.text|safe }}</div>
138
</div>
139
{% endif %}
140
0 commit comments