Cache response

This commit is contained in:
2024-07-06 00:23:21 +02:00
parent 19feb42ef7
commit b3d331af31
2 changed files with 23 additions and 10 deletions

View File

@ -27,8 +27,7 @@
{% for webhook in webhooks %}
<li class="list-group-item d-flex justify-content-between align-items-center">
<div>
<a href="{{ webhook.webhook_url }}" target="_blank">{{ webhook.name }}</a>
<small class="text-muted">added on {{ webhook.created_at|date:"F j, Y, g:i a" }}</small>
<a href="{{ webhook.url }}" target="_blank">{{ webhook.name }}</a> - <small>{{ webhook.status }}</small>
</div>
<form method="post" action="" class="mb-0">
{% csrf_token %}