Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Seaward
Keel - LDH Middleware
Commits
1087406f
Commit
1087406f
authored
Mar 08, 2019
by
David Seaward
Browse files
Quick tweak to cart registration title and footer blocks.
Signed-off-by:
David Seaward
<
david.seaward@puri.sm
>
parent
528e60cb
Pipeline
#4865
canceled with stage
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cart/templates/cart/registration_form.html
View file @
1087406f
{% extends "base.html" %}
{% load i18n %}
{% block title %}{% trans 'Register' %}{% endblock %}
{% block header %}{% trans 'Register' %}{% endblock %}
{% block byline %}{% trans 'Please fill in your registration details' %}{% endblock %}
{% block content %}
<form
method=
"post"
action=
"."
>
{% csrf_token %}
...
...
ldapregister/templates/base.html
View file @
1087406f
...
...
@@ -59,8 +59,8 @@ SPDX-License-Identifier: AGPL-3.0
<div
id=
"footer_block"
>
<p>
<em>
Purist s
ervices
</em>
provided by
<a
href=
"https://puri.sm"
>
Purism SPC
</a><br/>
<em>
Keel (LDH middleware)
</em>
copyright 2017-2018 Purism SPC;
shared under AGPL-3.0-or-later
<em>
S
ervices
</em>
provided by
<a
href=
"https://puri.sm"
>
Purism SPC
</a><br
/>
Code
shared under AGPL-3.0-or-later
(
<a
href=
"https://source.puri.sm/liberty/ldh_middleware"
>
project
</a>
,
<a
href=
"{% url 'download-zip' %}"
>
source
</a>
,
<a
href=
"{% url 'jslicense' %}"
rel=
"jslicense"
>
javascript
</a>
)
...
...
limitmonitor/jinja2/limitmonitor/userlimit.html
View file @
1087406f
...
...
@@ -145,8 +145,8 @@ SPDX-License-Identifier: AGPL-3.0
<div
id=
"footer_block"
>
<p>
<em>
{{ site_title }}
</em>
provided by
<a
href=
"{{ site_provider_link }}"
>
{{ site_provider }}
</a><br/>
<em>
Keel (LDH middleware)
</em>
copyright 2017-2018 Purism SPC;
shared under AGPL-3.0-or-later
<em>
{{ site_title }}
</em>
provided by
<a
href=
"{{ site_provider_link }}"
>
{{ site_provider }}
</a><br
/>
Code
shared under AGPL-3.0-or-later
(
<a
href=
"https://source.puri.sm/liberty/ldh_middleware"
>
project
</a>
,
<a
href=
"{% url 'download-zip' %}"
>
source
</a>
,
<a
href=
"{% url 'jslicense' %}"
rel=
"jslicense"
>
javascript
</a>
)
...
...
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