Commit d99970c2 by Kálmán Viktor

request: fix jshint error and flake8 warnings

parent 842cdcc6
......@@ -225,7 +225,7 @@ $(function() {
$(document).on("click", "#vm-renew-request-lease-button", function(e) {
$("#vm-renew-request-lease").stop().slideToggle();
e.preventDefault()
e.preventDefault();
});
});
from django.contrib import admin
# Register your models here.
from django.test import TestCase
# from django.test import TestCase
# Create your tests here.
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 sign in to comment