Skip to content

Commit a58710b

Browse files
committed
Merge remote-tracking branch 'atlas/main'
2 parents db32f4a + 6725057 commit a58710b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

chapter_01.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ image::images/twp2_0102.png["Screenshot of Django Installed Successfully Screen"
282282

283283
.Adieu to Roman Numerals!
284284
*******************************************************************************
285-
So many introductions to TDD use Roman numeral calculators as an example
285+
So many introductions to TDD use Roman numerals in their examples
286286
that it has become a running joke--I even started writing one myself.
287287
If you're curious, you can find it
288288
on https://github.com/hjwp/tdd-roman-numeral-calculator/[my GitHub page].

chapter_05_post_and_database.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ you'll see something like <<table_gone_screenshot>>.
537537

538538
[[table_gone_screenshot]]
539539
.I see my item text but no table...
540-
image:images/todo_list_table_disappeared.png["A screenshot of the page after submission, which just has the raw text You submitted: Buy asparagus"]
540+
image::images/todo_list_table_disappeared.png["A screenshot of the page after submission, which just has the raw text You submitted: Buy asparagus"]
541541

542542
What we really want to do is add the POST submission
543543
to the todo items table in the home page template.

chapter_16_advanced_forms.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ as in <<devtools_error_div_hidden>>:
904904
905905
[[devtools_error_div_hidden]]
906906
.Our Error Div is There But it's Hidden
907-
image:images/devtools_error_div_hidden.png["Our page has a duplicate item in the table and in the form, and devtools is open showing us that the error IS actually in the page HTML, but it's greyed out, to indicate that it is hidden."]
907+
image::images/devtools_error_div_hidden.png["Our page has a duplicate item in the table and in the form, and devtools is open showing us that the error IS actually in the page HTML, but it's greyed out, to indicate that it is hidden."]
908908
909909
I had to dig through the docs a little,footnote:[
910910
https://getbootstrap.com/docs/5.2/forms/validation/#server-side]
@@ -919,7 +919,7 @@ as in <<devtools_closeup_edit_html>>:
919919
920920
[[devtools_closeup_edit_html]]
921921
.Hack it in Manually Yay
922-
image:images/devtools_closeup_edit_html.png["A close-up on the Devtools HTML inspector, showing one of the HTML elements open for editing. I'm adding the is-invalid class to the main input field."]
922+
image::images/devtools_closeup_edit_html.png["A close-up on the Devtools HTML inspector, showing one of the HTML elements open for editing. I'm adding the is-invalid class to the main input field."]
923923
924924
=== Conditionally Customising CSS Classes For Invalid Forms
925925

0 commit comments

Comments
 (0)