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:
@ -24,6 +24,7 @@
|
||||
</head>
|
||||
<body>
|
||||
{% block content %} {% endblock %}
|
||||
{% include 'footer_button.html'%}
|
||||
<script src="{{ url_for('static', filename='css/prism.js' )}}"></script>
|
||||
<script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.7.0/build/highlight.min.js"></script>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user