Merge "Fix the wrong django template trans tag"

This commit is contained in:
Jenkins
2016-03-09 14:17:44 +00:00
committed by Gerrit Code Review

View File

@@ -3,7 +3,7 @@
{% block page_header %}
<div class='page-header'>
<h1>
{% trans "Application details"}: {{ name }}
{% trans "Application details" %}: {{ name }}
</h1>
<h3>