Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Keel - LDH Middleware
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
26
Issues
26
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liberty
host
Keel - LDH Middleware
Commits
9c4a4449
Commit
9c4a4449
authored
Jun 23, 2017
by
David Seaward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
html layout
parent
5bc215bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ldapregister/jinja2/ldapregister/home.html
ldapregister/jinja2/ldapregister/home.html
+3
-3
No files found.
ldapregister/jinja2/ldapregister/home.html
View file @
9c4a4449
...
...
@@ -10,15 +10,15 @@
<body
style=
"text-align: center"
>
<p
style=
"text-align: right"
>
{% if username %}
{% if username %}
{% trans "Your are logged in as" %} {{ username }}
<br/>
<a
href=
"{% url 'auth_password_change' %}"
>
{% trans "Change password" %}
</a><br/>
<a
href=
"{% url 'auth_logout' %}"
>
{% trans "Log out" %}
</a>
{% else %}
{% else %}
{% trans "You are not logged in." %}
<br/>
<a
href=
"{% url 'auth_login' %}"
>
{% trans "Log in" %}
</a>
{% trans "or" %}
<a
href=
"{% url 'registration_register' %}"
>
{% trans "register" %}
</a>
{% endif %}
{% endif %}
</p>
<h1><img
style=
"max-height: 40vh; max-width: 40vw"
src=
"{% static 'logo.png' %}"
alt=
"{{ site_title }}"
/></h1>
...
...
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