minor tweaks to user page warnings

pull/321/head
Ryan Barrett 2022-11-26 20:33:38 -08:00
rodzic 8fddf7fb2f
commit a222d5d1c5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
1 zmienionych plików z 6 dodań i 4 usunięć

Wyświetl plik

@ -7,11 +7,12 @@
{% if user.has_redirects == False %}
<div class="row promo warning">
<form method="post" action="/web-site">
Next step to set up your site:
<a href="/docs#redirect+these+URL+paths">
Set up the <code>/.well-known/</code> redirects.
add the .well-known redirects.
</a>
<input type="hidden" name="url" value="https://{{ domain }}" />
<input type="submit" class="retry" value="🔄" title="Retry" />
<input type="submit" class="retry" value="🔄" title="Check again" />
</form>
</div>
{% endif %}
@ -19,11 +20,12 @@
{% if user.has_hcard == False %}
<div class="row promo warning">
<form method="post" action="/web-site">
Next step to set up your site:
<a href="https://indiewebify.me/validate-h-card/?url=https://{{ domain }}">
Add a representative h-card.
add a representative h-card.
</a>
<input type="hidden" name="url" value="https://{{ domain }}" />
<input type="submit" class="retry" value="🔄" title="Retry" />
<input type="submit" class="retry" value="🔄" title="Check again" />
</form>
</div>
{% endif %}