mirror of
https://github.com/retspen/webvirtcloud
synced 2026-03-22 10:34:49 +00:00
Added admin application
- Manage users - Manage groups - Manage logs
This commit is contained in:
parent
c7e529a5fb
commit
690400e770
38 changed files with 931 additions and 737 deletions
|
|
@ -1,11 +0,0 @@
|
|||
from django import template
|
||||
import re
|
||||
|
||||
register = template.Library()
|
||||
|
||||
|
||||
@register.simple_tag
|
||||
def class_active(request, pattern):
|
||||
if re.search(pattern, request.path):
|
||||
return 'class="active"'
|
||||
return ''
|
||||
Loading…
Add table
Add a link
Reference in a new issue