app-MAIL-temp/templates/error/429.html

11 lines
273 B
HTML
Raw Permalink Normal View History

2020-05-24 16:14:48 +02:00
{% extends "error.html" %}
{% block error_name %}429{% endblock %}
{% block error_description %}Whoa, slow down there, pardner!{% endblock %}
2020-05-24 16:14:48 +02:00
{% block suggestion %}
2020-05-24 16:14:48 +02:00
<a class="btn btn-primary" href="/">
<i class="fe fe-home mr-2"></i>Home Page
</a>
{% endblock %}