diff --git a/core/templates/base.html b/core/templates/base.html index 6c49dee..a91bb89 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -6,7 +6,10 @@ s Pathogen - {{ request.path_info }} - + + + + {# #} @@ -17,28 +20,30 @@
- +
diff --git a/core/templates/ui/drilldown.html b/core/templates/ui/drilldown.html index 3ec246d..8967696 100644 --- a/core/templates/ui/drilldown.html +++ b/core/templates/ui/drilldown.html @@ -5,7 +5,7 @@
-
+
{% csrf_token %} {% if results is not None %}
-
+
Results for {{ query }}
- - - - - - - - - - - - {% for item in results %} - - - - - - - - - {% endfor %} -
TSmsghostnickchannelnet
{{ item.ts }}{{ item.msg }}{{ item.host }}{{ item.nick }}{{ item.channel }}{{ item.net }}
+
+ + + + + + + + + + + + {% for item in results %} + + + + + + + + + {% endfor %} +
TSmsghostnickchannelnet
{{ item.ts }}{{ item.msg }}{{ item.host }}{{ item.nick }}{{ item.channel }}{{ item.net }}
+