This repository has been archived on 2022-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
Yotter/app/templates/captcha.html
2020-10-12 09:11:36 +02:00

18 lines
539 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="ui text container center aligned centered">
<div class="ui icon negative message">
<i class="meh outline icon"></i>
<div class="content">
<div class="header">
Ahh... Here we go again!
</div>
<p>Google is asking to solve a Captcha. As we don't want you to do it, we'll do it for you.</p>
<p>Try again in a few seconds.</p>
<a href="{{origin}}"> Click here to reload </a>
</div>
</div>
</div>
{%endblock%}