Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
Respect My Net
Commits
8c063369
Commit
8c063369
authored
Apr 29, 2011
by
stef
Browse files
[mod] i18n fix
parent
e38a5d2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/add.html
View file @
8c063369
...
...
@@ -16,7 +16,7 @@
<h2>
{% trans "New Violation" %}
</h2>
<form
id=
'addForm'
name=
"addForm"
action=
"{% root_url %}/add/"
method=
"post"
>
{% for field in form %}
{% if field.label = 'Resource' %}
<div
id=
"show_optionals"
>
Show expert details
</div><div
id=
"optional"
>
{%endif%}
{% if field.label = 'Resource' %}
<div
id=
"show_optionals"
>
{% trans "
Show expert details
" %}
</div><div
id=
"optional"
>
{%endif%}
<div
class=
"fieldWrapper"
>
{{ field.errors }}
<div
class=
"help_text"
>
{{ field.help_text }}
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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