Merge pull request #1981 from coreos-inc/oauth-approve-ui
Fix OAuth approve UI
This commit is contained in:
commit
15949c73c6
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block added_meta %}
|
||||
<base href="/">
|
||||
{% endblock %}
|
||||
|
||||
{% block title %}
|
||||
<title>Authorize {{ application.name }} · Quay</title>
|
||||
{% endblock %}
|
||||
|
|
Reference in a new issue