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
!31
Message passing for account services pages
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Message passing for account services pages
fix-messages
into
master
Overview
0
Commits
1
Pipelines
1
Changes
5
Closed
Krish Moodbidri
requested to merge
fix-messages
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
5
Expand
Added messages to message.py
Sent the messages to 3 account services pages
Added these variables in the 3 account services html page
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
c6bbd5b2
1 commit,
3 years ago
5 files
+
9
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
app/templates/account/blocked.html
+
1
−
1
Options
@@ -53,7 +53,7 @@
<div
class=
"col-md-10 col-sm-10 my-col"
>
<div
id=
"form-wrapper"
>
<h2>
Account blocked
</h2>
<p
style=
"font-size:110%;"
>
{{
welcome_msg
|safe }}
</p>
<p
style=
"font-size:110%;"
>
{{
unauthorized_message
|safe }}
</p>
</div>
</div>
</div>
Loading