mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
ui: more information
This commit is contained in:
+5
-1
@@ -37,4 +37,8 @@ def exes_view():
|
||||
|
||||
@views.app_template_filter('hexint')
|
||||
def hex_filter(s):
|
||||
return hex(s)
|
||||
return hex(s)
|
||||
|
||||
@views.app_template_filter('basename')
|
||||
def basename(s):
|
||||
return os.path.basename(s)
|
||||
Reference in New Issue
Block a user