Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
5457e2eb
Commit
5457e2eb
authored
Mar 30, 2015
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better variable name to avoid confusion
Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
5c573df4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
weblate/html/translate.html
weblate/html/translate.html
+3
-3
No files found.
weblate/html/translate.html
View file @
5457e2eb
...
...
@@ -57,10 +57,10 @@
{% csrf_token %}
{% if antispam %}
<div
id=
"s_content"
>
{{ antispam|crispy }}
</div>
{% endif %}
{% if secondary %}
{% for unit in secondary %}
{% for
secondary_
unit in secondary %}
<div
class=
"form-group"
>
<label>
{{ unit.translation.language }}
</label>
{% format_translation
unit.target
unit.translation.language %}
<label>
{{
secondary_
unit.translation.language }}
</label>
{% format_translation
secondary_unit.target secondary_
unit.translation.language %}
</div>
{% endfor %}
{% endif %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment