Skip to content
Snippets Groups Projects
Verified Commit 245fd37b authored by David Beniamine's avatar David Beniamine
Browse files

Merge branch '26-upgrade-insecure' of gitlab.tetras-libre.fr:rekall/memorekall-member-new

parents 881ca063 11296139
Branches
Tags
No related merge requests found
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta charset="UTF-8">
<title>
{{ 'editors.add.user.email.title'|trans }}
......
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta charset="UTF-8">
<title>
{{ 'editors.add.pending_editor.email.title'|trans }}
......@@ -22,4 +23,4 @@
</div>
</div>
</body>
</html>
\ No newline at end of file
</html>
......@@ -2,6 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<title>{% block title %}MemoRekall{% endblock %}</title>
{% block stylesheets %}
......@@ -47,4 +48,4 @@
{% block body %}{% endblock %}
{% block script %}{% endblock %}
</body>
</html>
\ No newline at end of file
</html>
......@@ -2,6 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<title>{% block title %}MemoRekall{% endblock %}</title>
{% block stylesheets %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment