Skip to content

Commit

Permalink
Fix broken scenario links
Browse files Browse the repository at this point in the history
  • Loading branch information
tlocke committed Oct 24, 2024
1 parent f4b919e commit 3f2bdaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chellow/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
>Edit Local Reports</a>
</li>
<li><a href="/e/site_snags" title="Site Snags">Site Snags</a></li>
<li><a href="/e/scenarios" title="Scenarios">Scenarios</a></li>
<li><a href="/scenarios" title="Scenarios">Scenarios</a></li>
<li><a href="/reports/batches">Batches</a></li>
<li><a href="/edi_viewer" title="EDI Viewer">EDI Viewer</a></li>
<li>
Expand Down
4 changes: 2 additions & 2 deletions chellow/templates/scenario_add.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
{% endblock %}

{% block nav %}
<a href="/e/scenarios">Scenarios</a> &raquo; Add
<a href="/scenarios">Scenarios</a> &raquo; Add
{% endblock %}

{% block content %}
<form action="/e/scenarios/add" method="post">
<form action="/scenarios/add" method="post">
<fieldset>
<legend>Add a scenario</legend>
<label>Name</label> {{input_text('name')}}
Expand Down

0 comments on commit 3f2bdaf

Please sign in to comment.