Commit 1c71031a by Bence Dányi

firewall_gui: update view to render proper template

parent 495ffbe8
......@@ -5,7 +5,7 @@ from firewall.fw import *
from firewall.models import *
def index(request):
return render(request, 'base2.html')
return render(request, 'firewall/index.html')
def list_rules(request):
rules = [{
......
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