This commit is contained in:
Xavier Fiechter 2023-08-14 21:17:07 +02:00
parent 79b415e8c8
commit 07a41fed7c
2 changed files with 10 additions and 6 deletions

View file

@ -137,6 +137,14 @@
</div>
</div>
<footer class="text-center mt-5">
<p class="lb-header mx-auto text-center fs-5">
Ready to take control of your Bitcoin labels?
Sign up for Labelbase today and experience seamless label management, enhanced privacy, and simplified workflows.</p>
<a href="{{ reg_url }}" type="button" class="btn btn-lg btn-primary">Get started</a>
</footer>
</main>

View file

@ -1,7 +1,7 @@
{% extends "_base.html" %}
{% load i18n %}
{% block title %}Encryption{% endblock %}
{% block title %}Interoperability{% endblock %}
{% block nav_home %}active{% endblock %}
{% block content %}
@ -54,11 +54,7 @@
</div>
</div>
</div>
</div>
</div>
</main>