Have all error pages be rendered by Angular
Fixes #2198 Fixes https://www.pivotaltracker.com/story/show/135724483
This commit is contained in:
parent
0aa6e6cd58
commit
c06bba38de
13 changed files with 78 additions and 116 deletions
|
@ -1,9 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block added_meta %}
|
||||
<base href="/">
|
||||
{% endblock %}
|
||||
|
||||
{% block title %}
|
||||
<title>Authorize {{ application.name }} · Quay</title>
|
||||
{% endblock %}
|
||||
|
|
Reference in a new issue