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
piks3l
Respect My Net
Commits
f7eab8ae
Commit
f7eab8ae
authored
Sep 22, 2011
by
alct
Browse files
Edited templates/add.html via GitHub
parent
852b0a7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/add.html
View file @
f7eab8ae
...
...
@@ -32,9 +32,11 @@ $(document).ready(function(){
{% for field in form %}
{% if field.label = 'Resource' %}
<div
id=
"show_optionals"
>
{% trans "Provide optional details" %}
</div><div
id=
"optional"
>
{%endif%}
<div
class=
"fieldWrapper"
>
<p>
{{ field.errors }}
<div
class=
"help_text"
>
{{ field.help_text }}
</div>
{{ field.label_tag }} {{ field }}
</p>
</div>
{% endfor %}
</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