Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
desd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
kj2-drupisz
desd
Merge requests
!34
Removing of exposed ports for tensorflow container
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Removing of exposed ports for tensorflow container
hamid
into
main
Overview
0
Commits
4
Pipelines
0
Changes
1
Merged
h4-rahman
requested to merge
hamid
into
main
1 year ago
Overview
0
Commits
4
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
979dcb58
Prev
Next
Show latest version
1 file
+
6
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
979dcb58
added default text if no email provided
· 979dcb58
James Smith
authored
1 year ago
myproject/myapp/templates/user_page.html
+
6
−
2
Options
@@ -147,8 +147,12 @@
class=
"shadow-sm bg-gray-50 border border-gray-300 text-grey-300 sm:text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"
placeholder=
"example@gmail.com"
required
>
{{ user.email }}
</span
>
{%
if
user.email
%}
<
span
>
{{ user.email }}
</span>
{% else %}
<span>
No email address on record.
</span>
{% endif %}
</div>
<div
class=
"col-span-6 sm:col-span-3"
>
<label
Loading