Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
Keel - LDH Middleware
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Noe Nieto
Keel - LDH Middleware
Commits
15bb2885
Commit
15bb2885
authored
Apr 23, 2019
by
David Seaward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quick copyedits
Signed-off-by:
David Seaward
<
david.seaward@puri.sm
>
parent
2fbba969
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
+4
-7
base.html
ldapregister/templates/base.html
+0
-3
login.html
ldapregister/templates/registration/login.html
+2
-2
userlimit.html
limitmonitor/jinja2/limitmonitor/userlimit.html
+2
-2
No files found.
ldapregister/templates/base.html
View file @
15bb2885
...
...
@@ -27,9 +27,6 @@ SPDX-License-Identifier: AGPL-3.0
<div
id=
"title_text"
>
<h1>
{% block header %}Base{% endblock %}
</h1>
<p>
{% block byline %}Byline{% endblock %}
</p>
<div
class=
"cookie_notice"
>
🍪
We use minimal browser cookies to manage your login session. We do not track you.
</div>
</div>
</div>
{% block login_status %}
...
...
ldapregister/templates/registration/login.html
View file @
15bb2885
...
...
@@ -22,8 +22,8 @@
<input
type=
"hidden"
name=
"next"
value=
"{{ next }}"
/>
</div>
</form>
<p>
New user?
<a
href=
"{{ site_settings.SUBSCRIBE_HREF }}"
>
Subscribe
now!
</a></p>
<p><a
href=
"{% url 'password_reset_recover' %}"
>
forgot your password?
</a></p>
<p>
new user?
<a
href=
"{{ site_settings.SUBSCRIBE_HREF }}"
>
register
now!
</a></p>
<p><a
href=
"{% url 'password_reset_recover' %}"
>
forgot your password?
</a></p>
</section>
</section>
{% endblock %}
limitmonitor/jinja2/limitmonitor/userlimit.html
View file @
15bb2885
...
...
@@ -32,7 +32,7 @@ SPDX-License-Identifier: AGPL-3.0
Your registration is pending.
</p>
<p>
C
omplete the registration process please visit
<a
href=
"{{complete_signup_url}}"
>
{{complete_signup_url}}
</a>
To c
omplete the registration process please visit
<a
href=
"{{complete_signup_url}}"
>
{{complete_signup_url}}
</a>
</p>
<p>
Pending registrations are removed after 12 hours.
...
...
@@ -131,7 +131,7 @@ SPDX-License-Identifier: AGPL-3.0
<h2>
{% trans "Group invites" %}
</h2>
<ul>
{% if not invitations['links_not_used'] %}
<li>
{% trans "No
ne left
" %}
</li>
<li>
{% trans "No
pending links
" %}
</li>
{% else %}
{% for invitation in invitations['list'] %}
{% if not invitation['expired'] and not invitation['consumed'] %}
...
...
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