Skip to content
Snippets Groups Projects
Commit 0163c6cb authored by Beatrycze Volk's avatar Beatrycze Volk
Browse files

Use translation for displaying contact person in journal page

parent 5c0efcea
Branches
No related tags found
No related merge requests found
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
</div> </div>
<div class="space"></div> <div class="space"></div>
<div class="row"> <div class="row">
<h5>Contact Person</h5> <h5><f:translate key="contact"/></h5>
<p><a href="mailto: {contact.email}" class="hidden-link">{contact.name}</a> / <a href="{contact.url}" class="hidden-link">{contact.url}</a></p> <p><a href="mailto: {contact.email}" class="hidden-link">{contact.name}</a> / <a href="{contact.url}" class="hidden-link">{contact.url}</a></p>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment