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:
@ -90,15 +90,6 @@
|
||||
</form>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="floating-container">
|
||||
<div class="floating-button">
|
||||
<a href="{{ url_for('download_templates') }}">
|
||||
<span class="float-element tooltip-left">
|
||||
<i class="material-icons">download_for_offline
|
||||
</i></a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
codeInput.registerTemplate("code-input", codeInput.templates.hljs(hljs,
|
||||
@ -108,3 +99,4 @@
|
||||
<script>
|
||||
codeInput.registerTemplate("code-input", codeInput.templates.prism(Prism, []));
|
||||
</script>
|
||||
{% include 'footer_button.html'%}
|
||||
|
||||
Reference in New Issue
Block a user