templates: use button style for wallonie connect link (#81404)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Daniel Muyshond 2023-09-20 15:27:16 +02:00 committed by Frédéric Péters
parent 05d6b53a53
commit 28d2d9982e
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
<h2>Connexion avec <span class="highlight">Wallonie Connect</span></h2>
<a id="agent-connect-button" href="{{ login_url }}">
<img id="wca-login-img" src="/static/img/wca.png" alt="">
<p><span>Je suis un agent</span></p>
<p><a href="{{ login_url }}" class="pk-button">Connexion</a></p>
</a>
</div>