mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-20 13:28:18 +02:00
30 lines
479 B
HTML
30 lines
479 B
HTML
{% extends "_base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block title %}About{% endblock %}
|
|
{% block nav_home %}active{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
<pre>
|
|
|
|
Left blank :)
|
|
</pre>
|
|
|
|
{% comment %}
|
|
|
|
<h4>Responsible Disclosure</h4>
|
|
|
|
Send us an email to report any security related bugs or vulnerabilities at labelbase.space+security@proton.me.
|
|
|
|
<br>
|
|
|
|
You can encrypt your email message using our public PGP key.
|
|
|
|
<br>
|
|
|
|
Public key fingerprint: <tt></tt>.
|
|
|
|
{% endcomment %}
|
|
|
|
{% endblock %}
|