mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 21:50:28 +02:00
feat: Update job detail and logs routes to return friendly pages instead of 404 errors
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Job Not Found{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<section class="card logs-static">
|
||||
<div class="card__title-row">
|
||||
<div class="card__title">Job Not Found</div>
|
||||
</div>
|
||||
<p>This job no longer exists. It may have been deleted or the server was restarted.</p>
|
||||
<p><a href="{{ url_for('main.index') }}" class="button button--primary">Return to Dashboard</a></p>
|
||||
</section>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user