2022-07-29 13:23:34 +00:00
|
|
|
{% extends "default.html" %}
|
|
|
|
|
|
|
|
{% block title %}
|
|
|
|
<title>Too many pings</title>
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block pagetype %}Too many pings{% endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
<div class="row justify-content-center">
|
|
|
|
<div class="col-10 col-md-5">
|
|
|
|
<div class="text-center px-3 my-8">
|
|
|
|
<img alt=":#marseyrage" loading="lazy" src="/e/marseyrage.webp">
|
|
|
|
<pre></pre>
|
|
|
|
<h1 class="h5">Too many pings</h1>
|
2022-08-21 20:17:55 +00:00
|
|
|
<p class="text-muted mb-5">Max limit is 5 for comments and 50 for posts</p>
|
2022-07-29 13:23:34 +00:00
|
|
|
<div><a href="/" class="btn btn-primary">Go to frontpage</a></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|