Skip to content

Commit

Permalink
Remove links to router-wizard from "zurück zur Startseite"-links
Browse files Browse the repository at this point in the history
In 868aa00 we deactivated the router-wizard. This change removes some / all links to the wizard, which is often referenced by the "zurück zur Startseite".
  • Loading branch information
SvenRoederer committed Jan 14, 2020
1 parent 31d0acc commit 9c2e258
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/templates/destroy_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="row">
<div class="col-md-12">
<p class="text-center">
<a href="{{url_for('wizard.wizard_select_router')}}">zurück zur Startseite</a>
<a href="{{url_for('main.index')}}">zurück zur Startseite</a>
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/destroy_success.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</p>

<p class="text-center">
<a href="{{url_for('wizard.wizard_select_router')}}">zur Startseite</a>
<a href="{{url_for('main.index')}}">zur Startseite</a>
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/summary/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div class="row">
<div class="col-md-12">
<p class="text-center">
<a href="{{url_for('wizard.wizard_select_router')}}">zurück zur Startseite</a>
<a href="{{url_for('main.index')}}">zurück zur Startseite</a>
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/summary/success.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</p>

<p class="text-center">
<a href="{{url_for('wizard.wizard_select_router')}}">zur Startseite</a>
<a href="{{url_for('main.index')}}">zur Startseite</a>
</p>
</div>
</div>
Expand Down

0 comments on commit 9c2e258

Please sign in to comment.