Prepare app for working behind a proxy (nginx).
Adapt user form
This commit is contained in:
9
eveai_app/templates/error/403.html
Normal file
9
eveai_app/templates/error/403.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Error 403{% endblock %}
|
||||
|
||||
{% block content_title %}Unauthorized Access{% endblock %}
|
||||
{% block content_description %}You are not authorized to access this page!{% endblock %}
|
||||
{% block content %}
|
||||
<p><a href="{{ url_for('basic_bp.index') }}">Return home</a></p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user