Remove /help route and templates

This commit is contained in:
leigh-mil
2020-01-20 16:33:54 -05:00
parent 0484d9b77f
commit bdc03fb0a2
6 changed files with 3 additions and 212 deletions

View File

@@ -14,7 +14,7 @@
{{ Icon('avatar', classes='topbar__link-icon') }}
<span class="topbar__link-label">{{ g.current_user.first_name + " " + g.current_user.last_name }}</span>
</a>
<a href="{{ url_for('atst.helpdocs') }}" class="topbar__link">
<a href="#" class="topbar__link">
{{ Icon('question', classes='topbar__link-icon') }}
<span class="topbar__link-label">Support</span>
</a>