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
cubicweb
cubes
forgotpwd
Commits
81e3b8714173
Commit
c2041d92
authored
Feb 08, 2011
by
Sylvain Thénault
Browse files
drop useless css
parent
001b9552f996
Changes
3
Hide whitespace changes
Inline
Side-by-side
data/cubes.forgotpwd.css
deleted
100644 → 0
View file @
001b9552
/* template specific CSS */
div
#loginContent
a
{
color
:
black
;
text-align
:
center
;
}
div
#loginContent
a
:hover
{
color
:
gray
;
}
\ No newline at end of file
data/cubes.forgotpwd.js
deleted
100644 → 0
View file @
001b9552
// This contains template-specific javascript
\ No newline at end of file
views.py
View file @
81e3b871
"""cube-specific forms/views/actions/components
:organization: Logilab
:copyright: 2001-201
0
LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:copyright: 2001-201
1
LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
...
...
@@ -29,7 +29,6 @@ class LogFormView(basetemplates.LogFormView):
def
login_form
(
self
,
id
):
super
(
LogFormView
,
self
).
login_form
(
id
)
self
.
_cw
.
add_css
(
'cubes.forgotpwd.css'
)
self
.
w
(
u
'<span class="forgotpwdLink"><a href="%s">%s</a></span>'
%
(
xml_escape
(
self
.
_cw
.
build_url
(
'forgottenpassword'
,
base_url
=
self
.
_cw
.
vreg
.
config
[
'base-url'
])),
...
...
Write
Preview
Markdown
is supported
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