Added auto removal of expired pastas

This commit is contained in:
Dániel Szabó 2022-04-11 14:41:28 +01:00
parent 5bae4310a3
commit 22b61fc793
7 changed files with 59 additions and 13 deletions

View file

@ -1,5 +1,5 @@
{% include "header.html" %}
<a href="/rawpasta/{{pasta.id}}">Raw Pasta</a>
<a href="/rawpasta/{{pasta.idAsAnimals()}}">Raw Pasta</a>
<pre style="background: lightgray; border: 1px black solid; padding: 0.5rem; overflow: auto">
{{pasta}}
</pre>