Skip to content

Commit 5ba0ac7

Browse files
committed
Add the "Copyright" statement on DejaCode Sign Up page #236
Signed-off-by: tdruez <[email protected]>
1 parent 06610d5 commit 5ba0ac7

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

dje/templates/django_registration/registration_form.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ul>
2424
<div class="tab-content p-3">
2525
<div class="tab-pane fade show active" id="explore-now-tab" role="tabpanel" aria-labelledby="explore-now-tab">
26-
<h3 class="text-warning mb-3">Get Started with DejaCode for Free</h3>
26+
<h4 class="text-warning mb-3 mt-2">Get Started with DejaCode for Free</h4>
2727
<p>
2828
Sign up for a <strong>free DejaCode account</strong> and access a shared public dataspace where you can:
2929
</p>
@@ -39,7 +39,7 @@ <h3 class="text-warning mb-3">Get Started with DejaCode for Free</h3>
3939
</p>
4040
</div>
4141
<div class="tab-pane fade" id="about-tab" role="tabpanel" aria-labelledby="about-tab">
42-
<h3 class="text-warning mb-3">Automate Enterprise-Wide Continuous Compliance with DejaCode</h3>
42+
<h4 class="text-warning mb-3 mt-2">Automate Enterprise-Wide Continuous Compliance with DejaCode</h4>
4343
<p>
4444
<strong>Your system of record for SBOMs, backed by open data.</strong>
4545
</p>
@@ -51,7 +51,7 @@ <h3 class="text-warning mb-3">Automate Enterprise-Wide Continuous Compliance wit
5151
</ul>
5252
</div>
5353
<div class="tab-pane fade" id="private-evaluation-tab" role="tabpanel" aria-labelledby="private-evaluation-tab">
54-
<h3 class="text-warning mb-3">Private DejaCode Evaluation Instance</h3>
54+
<h4 class="text-warning mb-3 mt-2">Private DejaCode Evaluation Instance</h4>
5555
<p>
5656
We can set up a private instance for evaluating DejaCode using your own data, with access to all features, including:
5757
</p>
@@ -87,4 +87,12 @@ <h1 class="text-white mt-0 mb-2">Create your DejaCode account</h1>
8787
</div>
8888
{% endblock %}
8989

90-
{% block footer %}{% endblock %}
90+
{% block footer %}
91+
<footer class="mt-auto">
92+
<div class="container">
93+
<p class="text-center text-white mb-2">
94+
Copyright (c) nexB Inc., AboutCode and others.
95+
</p>
96+
</div>
97+
</footer>
98+
{% endblock %}

0 commit comments

Comments
 (0)