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
00d38705
Commit
00d38705
authored
Sep 22, 2011
by
alct
Browse files
Edited templates/index.html via GitHub
parent
d6ebfd56
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/index.html
View file @
00d38705
...
...
@@ -135,10 +135,10 @@ $(document).ready(function(){
<div
class=
"info-validate"
>
<form
method=
"get"
id=
"{{ violation.pk }}"
class=
"confirm_form"
>
<label>
{% trans "In order to
<strong>
validate your confirmation
</strong>
of this case, please enter your email address" %}
</label>
<input
type=
"text"
name=
"email"
/>
<input
type=
"hidden"
value=
"{{ violation.pk }}"
/>
<br/><input
type=
"text"
name=
"email"
/>
<input
type=
"submit"
value=
"{% trans "
confirm
"
%}"
/>
<input
class=
"cancel-button button"
type=
"button"
value=
"{% trans "
cancel
"
%}"
/>
<input
type=
"hidden"
value=
"{{ violation.pk }}"
/>
</form>
</div>
</td>
...
...
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