Fr3deric
7 years ago
2 changed files with 16 additions and 1 deletions
@ -0,0 +1,15 @@ |
|||||||
|
{% extends "base.html" %} |
||||||
|
{% block script %} |
||||||
|
<style> |
||||||
|
p { |
||||||
|
text-align: center; |
||||||
|
} |
||||||
|
</style> |
||||||
|
{% endblock %} |
||||||
|
{% block body %} |
||||||
|
<h1>Journalmark not found</h1> |
||||||
|
|
||||||
|
<p>There is no Journalmark with the provided tag code.</p> |
||||||
|
|
||||||
|
<p><a href="{{ url_for('journalmarks.index') }}">Back to welcome page</a></p> |
||||||
|
{% endblock %} |
Loading…
Reference in new issue