Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Commits
3cc25a06
Verified
Commit
3cc25a06
authored
2 years ago
by
Jonathan Weth
Browse files
Options
Downloads
Patches
Plain Diff
Remove oob template because support for it has been removed
parent
52514ad6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1087
Fix integration of django-oauth-toolkit with version ^2.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aleksis/core/templates/oauth2_provider/authorized-oob.html
+0
-36
0 additions, 36 deletions
aleksis/core/templates/oauth2_provider/authorized-oob.html
with
0 additions
and
36 deletions
aleksis/core/templates/oauth2_provider/authorized-oob.html
deleted
100644 → 0
+
0
−
36
View file @
52514ad6
{% extends "core/base.html" %}
{% load i18n %}
{% block content %}
{% if not error %}
<div
class=
"container"
>
<div
class=
"card green"
>
<div
class=
"card-content white-text"
>
<div
class=
"material-icons iconify small left"
data-icon=
"mdi:check"
></div>
<span
class=
"card-title"
>
{% blocktrans %}Success!{% endblocktrans %}
</span>
<p>
{% trans "Please return to your application and enter this code:" %} {{ code }}
</p>
</div>
</div>
</div>
{% else %}
<div
class=
"container"
>
<div
class=
"card red"
>
<div
class=
"card-content white-text"
>
<div
class=
"material-icons iconify small left"
data-icon=
"mdi:alert-octagon-outline"
></div>
<span
class=
"card-title"
>
{% trans "Error" %}: {{ error.error }}
</span>
<p>
{{ error.description }}
</p>
<p>
Please verify if the application is configured correctly or contact one of your site administrators:
</p>
{% include "core/partials/admins_list.html" %}
</div>
</div>
</div>
{% endif %}
{% endblock %}
This diff is collapsed.
Click to expand it.
Jonathan Weth
@hansegucker
mentioned in commit
61caea73
·
2 years ago
mentioned in commit
61caea73
mentioned in commit 61caea73bb6f30f9ffb19738d3dabe75e1cf605f
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment