Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
account-app
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
account-app
Merge requests
!50
Project 'rc/self-reg-form' was moved to 'rc/account-app'. Please update any links and bookmarks that may still have the old path.
Feat-changes-for-UI-deploy
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feat-changes-for-UI-deploy
krish94/self-reg-form:fix-texts-deploy
into
master
Overview
0
Commits
4
Pipelines
4
Changes
6
Merged
Krish Moodbidri
requested to merge
krish94/self-reg-form:fix-texts-deploy
into
master
3 years ago
Overview
0
Commits
4
Pipelines
4
Changes
1
Expand
Made text changes to messages.py
Replaced 2 checkboxes with 1 checkbox on signup and certify page
Updated hrefs for UAB IT policies
Replaced Annual Certification with Account Annual Certification
Edited
3 years ago
by
Krish Moodbidri
👍
0
👎
0
Merge request reports
Viewing commit
c66196cf
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c66196cf
edited page title and heading
· c66196cf
Krish Moodbidri
authored
3 years ago
app/templates/account/unauthorized.html
+
2
−
2
Options
<html
class=
"gr__rc_uab_edu"
>
<title>
User Authorization Error
</title>
<title>
Account Unauthorized
</title>
<head>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.7.3/socket.io.min.js"
></script>
@@ -52,7 +52,7 @@
<div
class=
"col-md-10 col-sm-10 my-col"
>
<div
id=
"form-wrapper"
>
<h2>
User Authorization Error
</h2>
<h2>
Account Unauthorized
</h2>
<p
style=
"font-size:110%;"
>
{{ unauthorized_msg |safe }}
</p>
</div>
</div>
Loading