Skip to content

Commit

Permalink
remove superfluous blocktrans in review.html
Browse files Browse the repository at this point in the history
  • Loading branch information
enkore committed Sep 27, 2016
1 parent a842e63 commit 79e97a1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index_service/templates/review.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
<div class="form-group">
<div class="col-sm-2">{% trans "Identity" %}</div>
<div class="col-sm-10">
{% blocktrans with alias=identity.alias public_key=identity.public_key %}
Alias: {{ alias }}<br/>
Public key: {{ public_key }}
{% endblocktrans %}
{% trans "alias label" %} {{ identity.alias }}<br/>
{% trans "public key label" %} {{ identity.public_key }}
</div>
</div>

Expand Down

0 comments on commit 79e97a1

Please sign in to comment.