Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
frozen
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
Model registry
Operate
Environments
Terraform modules
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
CSE6
frozen
Commits
f8e66e2a
Commit
f8e66e2a
authored
2 years ago
by
ratyann
Browse files
Options
Downloads
Patches
Plain Diff
fix errors
parent
7661cb45
No related branches found
No related tags found
Loading
Pipeline
#14197
passed
2 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/tjts5901/templates/listBid.html
+1
-1
1 addition, 1 deletion
src/tjts5901/templates/listBid.html
src/tjts5901/views.py
+1
-1
1 addition, 1 deletion
src/tjts5901/views.py
with
2 additions
and
2 deletions
src/tjts5901/templates/listBid.html
+
1
−
1
View file @
f8e66e2a
...
...
@@ -38,7 +38,7 @@
</div>
<p
class=
"mb-1"
>
Description
</p>
<small>
Current bid
</small>
<div
class=
"row"
><button
class=
"col-md-2"
onclick=
"bid()"
>
Bid
</button><form
class=
"col-md-4"
><input
id=
"bid"
type=
"hidden"
min=
"{{starting price}}"
/></form></div>
<div
class=
"row"
><button
class=
"col-md-2"
onclick=
"bid()"
>
Bid
</button><form
method=
"post"
action=
"#"
class=
"col-md-4"
><input
id=
"bid"
type=
"hidden"
min=
"{{starting price}}"
/></form></div>
</a>
</div>
<!--end for-->
...
...
This diff is collapsed.
Click to expand it.
src/tjts5901/views.py
+
1
−
1
View file @
f8e66e2a
...
...
@@ -101,7 +101,7 @@ def adding_successful():
return
"
Item added successfully
"
@bp.route
(
"
/listBid
"
)
def
index
():
def
list_bid
():
"""
listBid page.
...
...
This diff is collapsed.
Click to expand it.
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