File: error.html

package info (click to toggle)
pyzor 1%3A1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 788 kB
  • ctags: 1,034
  • sloc: python: 6,518; makefile: 154; sh: 19
file content (11 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
{% extends "base.html" %}
{% block title %}Whitelist{% endblock %}
{% block header %}

{% endblock %}
{% block content %}
    <h1>Error</h1>
    <div>
        Internal error, please try again later.
    </div>
{% endblock %}