aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF/views/partial
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-04-23 22:26:45 +0300
committerGravatar Vitaly Takmazov2017-04-23 22:26:45 +0300
commita224afae3d2c97a008cfed458090686c2002c2d2 (patch)
tree37e3ae233cc66448ecdbc21d75117d5a8345b6bf /juick-www/src/main/webapp/WEB-INF/views/partial
parentfe7d52cc745e671d405d93e9b2b356e8a31f72c0 (diff)
loginForSending should be raw template
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/partial')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/views/partial/navigation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/navigation.html b/juick-www/src/main/webapp/WEB-INF/views/partial/navigation.html
index 756d497f..3fbfaf5a 100644
--- a/juick-www/src/main/webapp/WEB-INF/views/partial/navigation.html
+++ b/juick-www/src/main/webapp/WEB-INF/views/partial/navigation.html
@@ -32,7 +32,7 @@
</ul>
</nav>
{% else %}
- <p>{{ i18n("messages","message.loginForSending", "/login") }}</a>.
+ <p>{{ i18n("messages","message.loginForSending", "/login") | raw }}</a>.
</p>
{% endif %}
</section>