Files
big_tim/templates/update_complete.html.tera
Arthur Roberts 846a9b94c7 Added blocktime generation
Also refactored the "base" template stuff - really should've done that in
a separate commit
2024-07-15 20:47:32 +01:00

5 lines
150 B
Plaintext

{% extends "base" %}
{% block content %}
If you're seeing this, it probably worked. Go back <a href="/">here</a> to check.
{% endblock content %}