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
3dec20e0
Commit
3dec20e0
authored
Oct 07, 2011
by
stef
Browse files
[fix] confirm works on detailed view page
parent
659fe59d
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/view.html
View file @
3dec20e0
...
...
@@ -84,10 +84,10 @@ $(document).ready(function() {
{%if v.contract_excerpt%}
<li><dl><dt>
{% trans "Contract excerpt" %}
</dt><dd
class=
'text'
>
{{v.contract_excerpt|safe}}
</dd></dl></li>
{%endif%}
</ul>
<div
class=
"info-validate"
style=
"display: inline-block;"
>
<form
method=
"get"
id=
"{{ v
iolation
.pk }}"
class=
"confirm_form"
>
<form
method=
"get"
id=
"{{ v.pk }}"
class=
"confirm_form"
>
<label>
{% trans "In order to
<strong>
confirm
</strong>
this report, please enter your email address" %}
</label>
<input
type=
"text"
name=
"email"
/>
<input
type=
"hidden"
value=
"{{ v
iolation
.pk }}"
/>
<input
type=
"hidden"
value=
"{{ v.pk }}"
/>
<input
type=
"submit"
value=
"{% trans "
confirm
"
%}"
/>
</form>
</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