SkierPGP/Skier

View on GitHub
templates/error/403.html

Summary

Maintainability
Test Coverage
{% extends "base.html" %}

{% block navbar %}
    <div class="container">
        {% include "navbar.html" %}
    </div>
{% endblock %}

{% block content %}
<div class="text-center">
    <h3>403 Permission Denied</h3>
    You don't have permission to access this page on the server.
</div>
{% endblock %}