Queries
-- {{ sql_queries|length }} Queries - {% ifnotequal sql_queries|length 0 %} - (Show) - {% endifnotequal %} -
- -- {{ sql_queries|length }} Queries - {% ifnotequal sql_queries|length 0 %} - (Show) - {% endifnotequal %} -
- -![]() |
- ![]() |
- ![]() |
- ![]() |
- ![]() |
- ![]() |
- ![]() |
- ![]() |
- ![]() |
- ![]() |
- ![]() |
- ![]() |
-
{{ sql_queries|length }} Queries ({{ sql_queries|timesum }}s) diff --git a/ietf/templates/feeds/.gitignore b/ietf/templates/feeds/.gitignore index c7013ced9..a74b07aee 100644 --- a/ietf/templates/feeds/.gitignore +++ b/ietf/templates/feeds/.gitignore @@ -1,2 +1 @@ /*.pyc -/settings_local.py diff --git a/ietf/templates/feeds/comments_description.html b/ietf/templates/feeds/comments_description.html index 9fc939e5c..efa11ef7b 100644 --- a/ietf/templates/feeds/comments_description.html +++ b/ietf/templates/feeds/comments_description.html @@ -1,3 +1,3 @@ {# Copyright The IETF Trust 2007, All Rights Reserved #} {% load ietf_filters %} -{{ obj.comment_text|format_textarea|truncatewords_html:"40" }} +{{ obj.comment_text|format_textarea|truncatewords_html:"20" }} diff --git a/ietf/templates/feeds/iesg-minutes_description.html b/ietf/templates/feeds/iesg-minutes_description.html index 4d2def854..3a76b225c 100644 --- a/ietf/templates/feeds/iesg-minutes_description.html +++ b/ietf/templates/feeds/iesg-minutes_description.html @@ -1,3 +1,3 @@ {# Copyright The IETF Trust 2007, All Rights Reserved #} {% load ietf_filters %} -{{ obj.telechat_minute|escape|linebreaks|truncatewords_html:"40" }} +{{ obj.telechat_minute|escape|linebreaks|truncatewords_html:"20" }} diff --git a/ietf/templates/feeds/wg-proceedings_description.html b/ietf/templates/feeds/wg-proceedings_description.html new file mode 100644 index 000000000..e69de29bb diff --git a/ietf/templates/feeds/wg-proceedings_title.html b/ietf/templates/feeds/wg-proceedings_title.html new file mode 100644 index 000000000..73e14b927 --- /dev/null +++ b/ietf/templates/feeds/wg-proceedings_title.html @@ -0,0 +1 @@ +{{ obj.group_acronym }}: {{ obj.title|escape }} diff --git a/ietf/templates/footer.html b/ietf/templates/footer.html index 1951cfd9d..d39c17ea5 100644 --- a/ietf/templates/footer.html +++ b/ietf/templates/footer.html @@ -1,6 +1,6 @@ {# Copyright The IETF Trust 2007, All Rights Reserved #} +