Restarted adding the get information. Currently, it pulls courses. Added action button to the bottom with two options. First, if a table exists with the course info, you can download it. Second, it brings you NP admin panel for the academy you're currently accessing.
This commit is contained in:
@ -13,6 +13,18 @@
|
||||
</a>
|
||||
</form>
|
||||
|
||||
<form class="navbutton"
|
||||
id="get_info"
|
||||
action="{{ url_for('get_info')}}"
|
||||
method="post">
|
||||
<a class="navoption"
|
||||
onclick="document.forms['get_info'].submit()"
|
||||
style="cursor:pointer;">
|
||||
<i class="ri-cloud-line card__icon"></i>
|
||||
<p class="navselection">Get Info</p>
|
||||
</a>
|
||||
</form>
|
||||
|
||||
<form class="navbutton"
|
||||
id="bulk_add_opts"
|
||||
action="{{ url_for('bulk_add_opts')}}"
|
||||
|
||||
Reference in New Issue
Block a user