Skip to content

Commit

Permalink
Added forgotten " in the translation tags, which caused a crash #32
Browse files Browse the repository at this point in the history
  • Loading branch information
Woseseltops committed Aug 7, 2015
1 parent c4cb15d commit 3f855f3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions signbank/dictionary/templates/dictionary/admin_gloss_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,20 +367,20 @@



<p>{% trans Number of matches: %} {{page_obj.paginator.count}} {% trans out of %} {{glosscount}}.</p>
<p>{% trans "Number of matches:" %} {{page_obj.paginator.count}} {% trans "out of" %} {{glosscount}}.</p>

{% if object_list %}
<table class='table table-condensed'>
<thead>
<tr>
<th>{% trans Annotation ID gloss: Dutch %}</th>
<th>{% trans Annotation ID gloss: English %}</th>
<th>{% trans Translation equivalents %}</th>
<th>{% trans Handedness %}</th>
<th>{% trans Strong hand %}</th>
<th>{% trans Weak hand %}</th>
<th>{% trans Location %}</th>
<th style="width:255px;">{% trans Tags %}</th>
<th>{% trans "Annotation ID gloss: Dutch" %}</th>
<th>{% trans "Annotation ID gloss: English" %}</th>
<th>{% trans "Translation equivalents" %}</th>
<th>{% trans "Handedness" %}</th>
<th>{% trans "Strong hand" %}</th>
<th>{% trans "Weak hand" %}</th>
<th>{% trans "Location" %}</th>
<th style="width:255px;">{% trans "Tags" %}</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit 3f855f3

Please sign in to comment.