From 97fb61387c49b200195047315bad8f81cae4ff0e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=A1clav=20Barto=C5=A1?= <bartos@cesnet.cz>
Date: Sun, 18 Sep 2022 11:46:17 +0200
Subject: [PATCH] little change in design of export_certificate.html

---
 templates/export_certificate.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/templates/export_certificate.html b/templates/export_certificate.html
index f7617f9..f14d642 100644
--- a/templates/export_certificate.html
+++ b/templates/export_certificate.html
@@ -30,10 +30,10 @@ The file should by protected (encrypted) by a password (empty password is possib
 </form>
 
 <h2>PEM format (.crt, .key)</h2>
+<p>In PEM format, certificate and private key are stored separately. Encryption is not supported.</p>
 <p>
-Certificate and private key are stored separately in PEM format. Encryption is not supported.<br>
-<a href="{{ url_for('export_certificate') }}?token={{token}}&amp;format=pem-cert">Download certificate (.crt)</a><br>
-<a href="{{ url_for('export_certificate') }}?token={{token}}&amp;format=pem-key">Download private key (.key)</a>
+<a href="{{ url_for('export_certificate') }}?token={{token}}&amp;format=pem-cert"><button>Download certificate (.crt)</button></a>
+<a href="{{ url_for('export_certificate') }}?token={{token}}&amp;format=pem-key"><button>Download private key (.key)</button></a>
 </p>
 
 </body>
-- 
GitLab