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
76839f2b
Commit
76839f2b
authored
Sep 21, 2011
by
stef
Browse files
[enh] boxed descriptions
parent
e1d15b84
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/view.html
View file @
76839f2b
...
...
@@ -50,7 +50,7 @@ $(document).ready(function() {
<h2>
{{v.operator}} ({{v.country}}) {{v.contract}}
</h2>
<ul
id=
"report"
>
{%if v.comment_set.all%}
<li
id=
"description"
>
<li
id=
"description"
class=
'round-box'
>
<h3>
{%trans "Description" %}
</h3>
{%for c in v.comment_set.all%}
<div
class=
"description-node"
>
...
...
@@ -79,7 +79,7 @@ $(document).ready(function() {
</ul>
<div
class=
"info-validate"
style=
"display: inline-block;"
>
<form
method=
"get"
id=
"{{ violation.pk }}"
class=
"confirm_form"
>
<label>
{% trans "In order to
<strong>
validate your
a
ction
</strong>
, please enter your email address" %}
</label>
<label>
{% trans "In order to
<strong>
validate your c
onfirma
tion
</strong>
, please enter your email address" %}
</label>
<input
type=
"text"
name=
"email"
/>
<input
type=
"hidden"
value=
"{{ violation.pk }}"
/>
<input
type=
"submit"
value=
"{% trans "
confirm
"
%}"
/>
...
...
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