-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #123 from uw-it-aca/feature/additive-1-point-3
target link uri
- Loading branch information
Showing
2 changed files
with
34 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{% extends 'blti/base.html' %} | ||
|
||
{% load static %} | ||
|
||
{% block mobile_css %} | ||
<link rel="stylesheet" type="text/css" href="{% static "blti/css/mobile.css" %}"/> | ||
{% endblock mobile_css %} | ||
|
||
|
||
{% block content %} | ||
<div id="unauthorized_holder"> | ||
<div id="unauthorized_message"> | ||
<h2 class="ui-state-error"> | ||
<i class="fa fa-warning"></i> <span>Page Error</span> | ||
</h2> | ||
<p><strong>{{ error }}</strong></p> | ||
<p> | ||
An error has occured while producing this page. If this page does not load properly after a few minutes, please use the "Help" link to notify support of the problem. | ||
</p> | ||
</div> | ||
</div> | ||
{% endblock content %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters