You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tasks.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -245,7 +245,7 @@ In `<p>` tag add the following:
245
245
## 4.8 - Show Jobs Macro For Loop Body
246
246
247
247
@pytest.mark.show-jobs-macro-for-loop-body In the body of the `for` loop add a `<div>` with two classes `column` and `is-half`.
248
-
- In this `column``<div>` add a call to the `show_job` macro passing in a individual `job` from the `for` loop.
248
+
- In this `column``<div>` add a call to the `show_job` macro passing in an individual `job` from the `for` loop.
249
249
250
250
## 4.9 - Import Macros
251
251
@@ -257,7 +257,7 @@ In `<p>` tag add the following:
257
257
258
258
## 4.10 - Import Macros
259
259
260
-
@pytest.mark.import-macros Copy the HTML structure of the `index.html` from `templates.html`. Paste in the new block replacing the existing `content` block.
260
+
@pytest.mark.import-macros Copy the HTML structure of the `index.html`file from `templates.html`. Paste in the new block replacing the existing `content` block.
0 commit comments