Skip to content
GitLab
Menu
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
7ee269a0
Commit
7ee269a0
authored
Nov 16, 2011
by
stef
Browse files
[enh] moar dec delta to w3m conformity
parent
182030ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
templates/base.html
View file @
7ee269a0
...
...
@@ -2,7 +2,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"{{LANGUAGE_CODE}}"
xml:lang=
"{{LANGUAGE_CODE}}"
>
<head>
<meta
http-equiv=
"content-type"
content=
"
text/ht
ml; charset=utf-8"
/>
<meta
http-equiv=
"content-type"
content=
"
application/xhtml+x
ml; charset=utf-8"
/>
<meta
http-equiv=
"content-language"
content=
"en"
/>
<meta
name=
"description"
content=
"The Internet bugtracker"
/>
<meta
name=
"keywords"
content=
"internet network neutrality"
/>
...
...
templates/list.html
View file @
7ee269a0
...
...
@@ -260,7 +260,7 @@
<td>
<div
class=
"confirm"
><a
class=
"button"
>
{% trans "confirm" %}
</a>
<div
class=
"info-validate float-confirm"
>
<form
method=
"get"
id=
"i{{ violation.pk }}"
class=
"confirm_form"
>
<form
method=
"get"
action=
""
id=
"i{{ violation.pk }}"
class=
"confirm_form"
>
<div>
<label>
{% trans "In order to
<strong>
validate your confirmation
</strong>
of this case, please enter your email address" %}
</label>
<input
type=
"text"
name=
"email"
/>
...
...
Write
Preview
Supports
Markdown
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