mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-09-14 04:30:10 +00:00
7 lines
170 B
HTML
7 lines
170 B
HTML
{% if error %}
|
|
<div class="error_container">
|
|
<h3 class="error-title">ERROR: {{ error.title }}</h3>
|
|
<p class="error-message">{{ error.reason }}</p>
|
|
</div>
|
|
{% endif %}
|