aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-09-22 18:13:21 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-09-22 18:13:21 +0530
commit9ef980067d1ee5d9deaa9a587986fc17996053c1 (patch)
treed7e38c3be3c07921e835213da7b63f42e790e3bb /app
parent6b1d1b2ca4319edc820e64e50c2c37734190d524 (diff)
switched automatic and manual
Diffstat (limited to 'app')
-rw-r--r--app/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/base.html b/app/templates/base.html
index d86facc..0b34351 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -34,8 +34,8 @@
Dock and Report
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
- <a class="dropdown-item" href="{{ url_for('dock_manual') }}">Automatic</a>
- <a class="dropdown-item" href="{{ url_for('dock_automatic') }}">Manual</a>
+ <a class="dropdown-item" href="{{ url_for('dock_automatic') }}">Automatic</a>
+ <a class="dropdown-item" href="{{ url_for('dock_manual') }}">Manual</a>
</div>
</li>
<li class="{{ 'nav-item active' if active_page == 'generate' else 'nav-item' }}">