A Minimalistic and Privary-by-default URL sortener
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
309 B

{% 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 %}