mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-27 19:34:10 +08:00
10 lines
141 B
HTML
10 lines
141 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h2>Page Not Found</h2>
|
|
|
|
<p>
|
|
The page you are looking for was not found.
|
|
</p>
|
|
|
|
{% endblock %}
|