Skip to content

Commit 0468747

Browse files
committed
mail: update review mail template
Signed-off-by: Pamfilos Fokianos <[email protected]>
1 parent c2a46e6 commit 0468747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cap/modules/mail/templates/mail/analysis_review.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends "mail/base.html" %}
22

33
{% block paragraph %}
4-
<h4>A document has been reviewed, with id <em>{{ recid }}</em>.</h4>
4+
<h4>A document has been reviewed.</h4>
55
<p>You can check it <a href="{{ url + analysis_url }}">here</a>.</p>
66

77
{% if message %}
@@ -12,4 +12,4 @@ <h4>A document has been reviewed, with id <em>{{ recid }}</em>.</h4>
1212

1313
{% block button_url %}{{ url + analysis_url }}{% endblock %}
1414

15-
{% block button_text %}Check new version{% endblock %}
15+
{% block button_text %}Check review{% endblock %}

0 commit comments

Comments
 (0)