remove js code from systemview

This commit is contained in:
Reena-cell 2022-10-20 23:08:34 +02:00
parent 1d85d79ae5
commit 1454110788
4 changed files with 6 additions and 7 deletions

View File

@ -210,6 +210,11 @@ table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSo
.language-select {
text-decoration: none;
color:#fff;
cursor:pointer;
margin-left:5rem;
}
#uk {
cursor:pointer;
}
#es {
cursor:pointer;
}1

View File

@ -1,5 +0,0 @@
$(document).ready(function($) {
$('#info').click(function() {
alert("Hello World")
});
});

View File

@ -14,7 +14,6 @@ from django.http import HttpResponse
from django.views.generic import FormView,TemplateView, View
from obp.api import API, APIError
import csv
class SystemView(LoginRequiredMixin, FormView):
template_name = "systemviews/index.html"