mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 10:59:00 +00:00
remove js code from systemview
This commit is contained in:
parent
1d85d79ae5
commit
1454110788
@ -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
|
||||
@ -1,5 +0,0 @@
|
||||
$(document).ready(function($) {
|
||||
$('#info').click(function() {
|
||||
alert("Hello World")
|
||||
});
|
||||
});
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user