my-cloud-devops-consulting 1.1.202505061907__py3-none-any.whl → 1.1.202505100021__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- app.py +1 -1
- {my_cloud_devops_consulting-1.1.202505061907.dist-info → my_cloud_devops_consulting-1.1.202505100021.dist-info}/METADATA +1 -1
- my_cloud_devops_consulting-1.1.202505100021.dist-info/RECORD +5 -0
- my_cloud_devops_consulting-1.1.202505061907.dist-info/RECORD +0 -5
- {my_cloud_devops_consulting-1.1.202505061907.dist-info → my_cloud_devops_consulting-1.1.202505100021.dist-info}/WHEEL +0 -0
- {my_cloud_devops_consulting-1.1.202505061907.dist-info → my_cloud_devops_consulting-1.1.202505100021.dist-info}/top_level.txt +0 -0
app.py
CHANGED
@@ -123,7 +123,7 @@ def contact_form():
|
|
123
123
|
|
124
124
|
# Remove the email or SMS notification logic here
|
125
125
|
# Simply flash a success message
|
126
|
-
flash('Your message has been submitted successfully!
|
126
|
+
flash('Your message has been submitted successfully!', 'success')
|
127
127
|
|
128
128
|
return redirect(url_for('contact_form'))
|
129
129
|
return render_template('contact-form.html')
|
@@ -0,0 +1,5 @@
|
|
1
|
+
app.py,sha256=xYKUu1XWXJhSXm0KRZNKDstTa7EXROvy4ABa5jlgdIE,5358
|
2
|
+
my_cloud_devops_consulting-1.1.202505100021.dist-info/METADATA,sha256=vMfBBvNoBTQXFPhyQmwrF4z4hMRP-0x_BdptN9_rt9k,2912
|
3
|
+
my_cloud_devops_consulting-1.1.202505100021.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
4
|
+
my_cloud_devops_consulting-1.1.202505100021.dist-info/top_level.txt,sha256=io9g7LCbfmTG1SFKgEOGXmCFB9uMP2H5lerm0HiHWQE,4
|
5
|
+
my_cloud_devops_consulting-1.1.202505100021.dist-info/RECORD,,
|
@@ -1,5 +0,0 @@
|
|
1
|
-
app.py,sha256=xneaQxVPu56-hZZ3hfxvUIKdbqvktexYKmDLyOA-Tic,5382
|
2
|
-
my_cloud_devops_consulting-1.1.202505061907.dist-info/METADATA,sha256=je_FWquZ93RaI_FVjpCOxJ9irf847NobCJCVa4KvWSw,2912
|
3
|
-
my_cloud_devops_consulting-1.1.202505061907.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
4
|
-
my_cloud_devops_consulting-1.1.202505061907.dist-info/top_level.txt,sha256=io9g7LCbfmTG1SFKgEOGXmCFB9uMP2H5lerm0HiHWQE,4
|
5
|
-
my_cloud_devops_consulting-1.1.202505061907.dist-info/RECORD,,
|
File without changes
|