Commit 81647fa5 authored by Roshan Rabinarayan's avatar Roshan Rabinarayan

moved load static aboove in logs.html

parent cae18db7
No preview for this file type
<!DOCTYPE html>
<html>
<head>
{% load static %}
<title>Pariksha | Quiz Logs</title>
<link rel="shortcut icon" href="{% static 'img/favicon.svg' %}" />
{% load static %}
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="{% static 'assets/DataTables/datatables.min.css' %}"/>
<script type="text/javascript" src="{% static 'assets/DataTables/datatables.min.js' %}"></script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment