Skip to content

Commit

Permalink
fixed missing forward slash in tutorial code block
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeymac committed Jan 10, 2025
1 parent e95effb commit c40be56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/google_earth_engine/part_2/about_page.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ To minimize the amount of code that is duplicated, you will create a new :file:`
.. code-block:: html+django

{% block header_buttons %}
{% include tethys_app.package|add:"header_buttons.html" %}
{% include tethys_app.package|add:"/header_buttons.html" %}
{% endblock %}

3. The Home button is included in :file:`header_buttons.html` and provided by :file:`base.html`, so it will be removed from :file:`viewer.html`. Delete the ``header_buttons`` block in :file:`templates/earth_engine/viewer.html`:
Expand Down

0 comments on commit c40be56

Please sign in to comment.