Merge "Fix the wrong django template trans tag"
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{% block page_header %}
|
||||
<div class='page-header'>
|
||||
<h1>
|
||||
{% trans "Application details"}: {{ name }}
|
||||
{% trans "Application details" %}: {{ name }}
|
||||
</h1>
|
||||
|
||||
<h3>
|
||||
|
||||
Reference in New Issue
Block a user