2020-11-23 13:29:05 +13:00
{% extends "base.html" %}
2021-01-15 06:53:54 +13:00
{% block title %}Error: {{ msg }}{% endblock %}
2020-11-23 13:29:05 +13:00
{% block sortstyle %}{% endblock %}
{% block content %}
2024-06-20 06:45:32 +12:00
< div id = "error" >
< h1 > {{ msg }}< / h1 >
< h3 > < a href = "https://www.redditstatus.com/" > Reddit Status< / a > < / h3 >
< br / >
2024-11-02 11:16:25 +13:00
< h3 id = "update-status" > < / h3 >
2024-11-20 10:30:37 +13:00
< br / >
2024-11-21 00:58:15 +13:00
< h3 id = "update-status" > < / h3 >
2024-11-02 11:16:25 +13:00
< br >
< div id = "git_commit" data-value = "{{ crate::instance_info::INSTANCE_INFO.git_commit }}" > < / div >
< script src = "/check_update.js" > < / script >
2024-11-21 00:58:15 +13:00
< h3 > Expected something to work? Try a random < a id = "random-instance" > upstream instance.< / a > < / h3 >
2024-11-03 10:08:26 +13:00
< br / >
2024-11-21 00:58:15 +13:00
< h3 id = "issue_warning" > !! Do < b > NOT< / b > open an issue on the < a href = "https://github.com/redlib-org/redlib/" > redlib repository< / a > with a redsunlib specific issue !!< / h3 >
2024-06-20 06:45:32 +12:00
< br / >
2024-11-15 05:49:47 +13:00
< p id = "error-318" > If you're getting a "Failed to parse page JSON data" error, please check < a href = "https://github.com/redlib-org/redlib/issues/318" target = "_blank" > #318< / a > < / p >
< br / >
2024-06-20 06:45:32 +12:00
< h3 > Head back < a href = "/" > home< / a > ?< / h3 >
< / div >
2024-11-02 11:16:25 +13:00
{% endblock %}