Skip to content

Commit

Permalink
Make personal checklist linkable
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Apr 26, 2024
1 parent 9bcb416 commit be6c51a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/templates/to-do-checklist.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<li id=car> <p>Set the display in your car to Celsius (&deg;C)</p> <label><input type=checkbox><b></b></label></li>
<li id=home> <p>Set your home thermostat to Celsius (&deg;C)</p> <label><input type=checkbox><b></b></label></li>
<li id=refrigerator> <p>Set your refrigerator to Celsius (&deg;C)</p> <label><input type=checkbox><b></b></label></li>
<li id=tape-measure> <p>Buy a <a href={{webRoot}}/products>metric only tape measure</a></p> <label><input type=checkbox><b></b></label></li>
<li id=tape-measure> <p>Buy a metric only <a href={{webRoot}}/products>tape measure</a></p> <label><input type=checkbox><b></b></label></li>
<li id=kitchen-scale><p>Buy a <a href={{webRoot}}/products>kitchen scale</a> that displays grams (g)</p> <label><input type=checkbox><b></b></label></li>
<li id=bathroom> <p>Set your bathroom scale to kilograms (kg)</p> <label><input type=checkbox><b></b></label></li>
<li id=helpful> <p>Click "Helpful" for a review of a good metric product</p> <label><input type=checkbox><b></b></label></li>
Expand Down
2 changes: 1 addition & 1 deletion src/website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h3>Go metric to boost your efficiency</h3>
</p>
</section>

<section>
<section id=checklist>
<h2>Your Personal Metrication Checklist</h2>
{% render 'src/templates/to-do-checklist.html' %}
</section>
Expand Down

0 comments on commit be6c51a

Please sign in to comment.