Просмотр исходного кода

Removed unused {% load %} directives from templates

Ralfp 12 лет назад
Родитель
Сommit
5e5908a263
75 измененных файлов с 0 добавлено и 152 удалено
  1. 0 2
      templates/_email/base_html.html
  2. 0 3
      templates/_email/base_plain.html
  3. 0 2
      templates/_email/post_notification_html.html
  4. 0 2
      templates/_email/post_notification_plain.html
  5. 0 2
      templates/_email/users/activation/admin_done_html.html
  6. 0 2
      templates/_email/users/activation/admin_done_plain.html
  7. 0 2
      templates/_email/users/activation/admin_html.html
  8. 0 2
      templates/_email/users/activation/admin_plain.html
  9. 0 2
      templates/_email/users/activation/invalidated_html.html
  10. 0 2
      templates/_email/users/activation/invalidated_plain.html
  11. 0 2
      templates/_email/users/activation/none_html.html
  12. 0 2
      templates/_email/users/activation/none_plain.html
  13. 0 2
      templates/_email/users/activation/resend_html.html
  14. 0 2
      templates/_email/users/activation/resend_plain.html
  15. 0 2
      templates/_email/users/activation/user_html.html
  16. 0 2
      templates/_email/users/activation/user_plain.html
  17. 0 2
      templates/_email/users/new_credentials_html.html
  18. 0 2
      templates/_email/users/new_credentials_plain.html
  19. 0 2
      templates/_email/users/newsletter_html.html
  20. 0 2
      templates/_email/users/newsletter_plain.html
  21. 0 2
      templates/_email/users/password/confirm_html.html
  22. 0 2
      templates/_email/users/password/confirm_plain.html
  23. 0 2
      templates/_email/users/password/new_admin_html.html
  24. 0 2
      templates/_email/users/password/new_admin_plain.html
  25. 0 2
      templates/_email/users/password/new_html.html
  26. 0 2
      templates/_email/users/password/new_plain.html
  27. 0 2
      templates/_forms.html
  28. 0 1
      templates/cranefly/alerts.html
  29. 0 2
      templates/cranefly/category.html
  30. 0 2
      templates/cranefly/error403.html
  31. 0 2
      templates/cranefly/error403_banned.html
  32. 0 2
      templates/cranefly/error404.html
  33. 0 1
      templates/cranefly/forum_map.html
  34. 0 1
      templates/cranefly/forum_tos.html
  35. 0 2
      templates/cranefly/index.html
  36. 0 2
      templates/cranefly/layout.html
  37. 0 2
      templates/cranefly/macros.html
  38. 0 1
      templates/cranefly/new_threads.html
  39. 0 3
      templates/cranefly/newsfeed.html
  40. 0 1
      templates/cranefly/popular_threads.html
  41. 0 3
      templates/cranefly/profiles/details.html
  42. 0 3
      templates/cranefly/profiles/followers.html
  43. 0 3
      templates/cranefly/profiles/follows.html
  44. 0 2
      templates/cranefly/profiles/list.html
  45. 0 3
      templates/cranefly/profiles/posts.html
  46. 0 3
      templates/cranefly/profiles/profile.html
  47. 0 3
      templates/cranefly/profiles/threads.html
  48. 0 2
      templates/cranefly/register.html
  49. 0 2
      templates/cranefly/resend_activation.html
  50. 0 2
      templates/cranefly/reset_password.html
  51. 0 2
      templates/cranefly/signin.html
  52. 0 2
      templates/cranefly/threads/changelog.html
  53. 0 2
      templates/cranefly/threads/changelog_diff.html
  54. 0 2
      templates/cranefly/threads/details.html
  55. 0 2
      templates/cranefly/threads/karmas.html
  56. 0 2
      templates/cranefly/threads/list.html
  57. 0 2
      templates/cranefly/threads/merge.html
  58. 0 2
      templates/cranefly/threads/move_posts.html
  59. 0 2
      templates/cranefly/threads/move_thread.html
  60. 0 2
      templates/cranefly/threads/move_threads.html
  61. 0 2
      templates/cranefly/threads/posting.html
  62. 0 2
      templates/cranefly/threads/split.html
  63. 0 2
      templates/cranefly/threads/thread.html
  64. 0 2
      templates/cranefly/usercp/avatar.html
  65. 0 2
      templates/cranefly/usercp/avatar_banned.html
  66. 0 2
      templates/cranefly/usercp/avatar_crop.html
  67. 0 2
      templates/cranefly/usercp/avatar_gallery.html
  68. 0 2
      templates/cranefly/usercp/avatar_upload.html
  69. 0 2
      templates/cranefly/usercp/credentials.html
  70. 0 2
      templates/cranefly/usercp/layout.html
  71. 0 2
      templates/cranefly/usercp/options.html
  72. 0 2
      templates/cranefly/usercp/signature.html
  73. 0 2
      templates/cranefly/usercp/signature_banned.html
  74. 0 2
      templates/cranefly/usercp/username.html
  75. 0 1
      templates/cranefly/watched.html

+ 0 - 2
templates/_email/base_html.html

@@ -1,5 +1,3 @@
-{%- load url from future -%}
-{%- load i18n -%}
 {%- set style_link = "style=\"color: #08C;\"" -%}
 {%- set style_p = "style=\"padding: 0px; margin: 16px 0px;\"" -%}
 {%- set style_well = "style=\"background-color: #F0F0F0; border-radius: 3px; margin: 24px 0px; padding: 12px 16px; font-size: 16px;\"" -%}

+ 0 - 3
templates/_email/base_plain.html

@@ -1,6 +1,3 @@
-{% load url from future %}
-{% load i18n %}
-
 {% trans username=user.username %}Hey, {{ username }}!{% endtrans %}
 {% block title %}{% endblock %}
 ========================================

+ 0 - 2
templates/_email/post_notification_html.html

@@ -1,6 +1,4 @@
 {% extends "_email/base_html.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block title %}{% trans %}New reply notification{% endtrans %}{% endblock %}
 

+ 0 - 2
templates/_email/post_notification_plain.html

@@ -1,6 +1,4 @@
 {% extends "_email/base_plain.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block title %}{% trans %}New reply notification{% endtrans %}{% endblock %}
 

+ 0 - 2
templates/_email/users/activation/admin_done_html.html

@@ -1,6 +1,4 @@
 {% extends "_email/users/activation/none_html.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block content %}
 <p {{ style_p|safe }}>{% trans username=user.username %}{{ username }}, you are receiving this message because board administrator has activated your account.{% endtrans %}</p>

+ 0 - 2
templates/_email/users/activation/admin_done_plain.html

@@ -1,6 +1,4 @@
 {% extends "_email/users/activation/none_plain.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block content %}
 {% trans username=user.username %}{{ username }}, you are receiving this message because board administrator has activated your account.{% endtrans %}

+ 0 - 2
templates/_email/users/activation/admin_html.html

@@ -1,6 +1,4 @@
 {% extends "_email/base_html.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block content %}
 {{ super() }}

+ 0 - 2
templates/_email/users/activation/admin_plain.html

@@ -1,6 +1,4 @@
 {% extends "_email/users/activation/none_plain.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block content %}
 {{ super() }}

+ 0 - 2
templates/_email/users/activation/invalidated_html.html

@@ -1,6 +1,4 @@
 {% extends "_email/base_html.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block title %}{% trans board_name=settings.board_name %}Account Activation on {{ board_name }}{% endtrans %}{% endblock %}
 

+ 0 - 2
templates/_email/users/activation/invalidated_plain.html

@@ -1,6 +1,4 @@
 {% extends "_email/base_plain.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block title %}{% trans board_name=settings.board_name %}Account Activation on {{ board_name }}{% endtrans %}{% endblock %}
 

+ 0 - 2
templates/_email/users/activation/none_html.html

@@ -1,6 +1,4 @@
 {% extends "_email/base_html.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block title %}{% trans board_name=settings.board_name %}Welcome aboard {{ board_name }}!{% endtrans %}{% endblock %}
 

+ 0 - 2
templates/_email/users/activation/none_plain.html

@@ -1,6 +1,4 @@
 {% extends "_email/base_plain.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block title %}{% trans board_name=settings.board_name %}Welcome aboard {{ board_name }}!{% endtrans %}{% endblock %}
 

+ 0 - 2
templates/_email/users/activation/resend_html.html

@@ -1,6 +1,4 @@
 {% extends "_email/base_html.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block title %}{% trans board_name=settings.board_name %}Account Activation on {{ board_name }}{% endtrans %}{% endblock %}
 

+ 0 - 2
templates/_email/users/activation/resend_plain.html

@@ -1,6 +1,4 @@
 {% extends "_email/base_plain.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block title %}{% trans board_name=settings.board_name %}Account Activation on {{ board_name }}{% endtrans %}{% endblock %}
 

+ 0 - 2
templates/_email/users/activation/user_html.html

@@ -1,6 +1,4 @@
 {% extends "_email/users/activation/none_html.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block content %}
 {{ super() }}

+ 0 - 2
templates/_email/users/activation/user_plain.html

@@ -1,6 +1,4 @@
 {% extends "_email/users/activation/none_plain.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block content %}
 {{ super() }}

+ 0 - 2
templates/_email/users/new_credentials_html.html

@@ -1,6 +1,4 @@
 {% extends "_email/base_html.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block title %}{% trans board_name=settings.board_name %}Activate new Sign-In Credentials on {{ board_name }}{% endtrans %}{% endblock %}
 

+ 0 - 2
templates/_email/users/new_credentials_plain.html

@@ -1,6 +1,4 @@
 {% extends "_email/base_plain.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block title %}{% trans board_name=settings.board_name %}Activate new Sign-In Credentials on {{ board_name }}{% endtrans %}{% endblock %}
 

+ 0 - 2
templates/_email/users/newsletter_html.html

@@ -1,6 +1,4 @@
 {% extends "_email/base_html.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block title %}{{ subject }}{% endblock %}
 

+ 0 - 2
templates/_email/users/newsletter_plain.html

@@ -1,6 +1,4 @@
 {% extends "_email/base_plain.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block title %}{{ subject }}{% endblock %}
 

+ 0 - 2
templates/_email/users/password/confirm_html.html

@@ -1,6 +1,4 @@
 {% extends "_email/base_html.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block title %}{% trans board_name=settings.board_name %}Confirm New Password Request on {{ board_name }}{% endtrans %}{% endblock %}
 

+ 0 - 2
templates/_email/users/password/confirm_plain.html

@@ -1,6 +1,4 @@
 {% extends "_email/base_plain.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block title %}{% trans board_name=settings.board_name %}Confirm New Password Request on {{ board_name }}{% endtrans %}{% endblock %}
 

+ 0 - 2
templates/_email/users/password/new_admin_html.html

@@ -1,6 +1,4 @@
 {% extends "_email/users/password/new_html.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block content %}
 <p {{ style_p|safe }}>{% trans username=user.username %}{{ username }}, you are receiving this message because board administrator has reset your account's password with new one.{% endtrans %}</p>

+ 0 - 2
templates/_email/users/password/new_admin_plain.html

@@ -1,6 +1,4 @@
 {% extends "_email/users/password/new_plain.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block content %}
 {% trans username=user.username %}{{ username }}, you are receiving this message because board administrator has reset your account's password with new one.{% endtrans %}

+ 0 - 2
templates/_email/users/password/new_html.html

@@ -1,6 +1,4 @@
 {% extends "_email/base_html.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block title %}{% trans board_name=settings.board_name %}Your New Password on {{ board_name }}{% endtrans %}{% endblock %}
 

+ 0 - 2
templates/_email/users/password/new_plain.html

@@ -1,6 +1,4 @@
 {% extends "_email/base_plain.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block title %}{% trans board_name=settings.board_name %}Your New Password on {{ board_name }}{% endtrans %}{% endblock %}
 

+ 0 - 2
templates/_forms.html

@@ -1,5 +1,3 @@
-{% load i18n %}
-
 {# Render whole form macro #}
 {%- macro form_widget(form, horizontal=false, width=12) -%}
 <fieldset class="first{% if form.fieldsets|length == 0 %} last{% endif %}">

+ 0 - 1
templates/cranefly/alerts.html

@@ -1,5 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
 {% import "cranefly/macros.html" as macros with context %}
 
 {% block title %}{% if user.alerts -%}

+ 0 - 2
templates/cranefly/category.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "cranefly/macros.html" as macros with context %}
 
 {% block title %}{{ macros.page_title(title=category.name) }}{% endblock %}

+ 0 - 2
templates/cranefly/error403.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "cranefly/macros.html" as macros with context %}
 
 {% block title %}{{ macros.page_title(title=_('Error')) }}{% endblock %}

+ 0 - 2
templates/cranefly/error403_banned.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "cranefly/macros.html" as macros with context %}
 
 {% block title %}{{ macros.page_title(title=_('Error')) }}{% endblock %}

+ 0 - 2
templates/cranefly/error404.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "cranefly/macros.html" as macros with context %}
 
 {% block title %}{{ macros.page_title(title=_('Error')) }}{% endblock %}

+ 0 - 1
templates/cranefly/forum_map.html

@@ -1,5 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
 {% import "cranefly/macros.html" as macros with context %}
 
 {% block title %}{{ macros.page_title(title=_("Forum Map")) }}{% endblock %}

+ 0 - 1
templates/cranefly/forum_tos.html

@@ -1,5 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
 {% import "cranefly/macros.html" as macros with context %}
 
 {% block title %}{% if settings.tos_title -%}

+ 0 - 2
templates/cranefly/index.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "cranefly/macros.html" as macros with context %}
 
 {% block title %}{% if settings.board_index_title %}{{ settings.board_index_title }}{% else %}{{ settings.board_name }}{% endif %}{% endblock %}

+ 0 - 2
templates/cranefly/layout.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/base.html" %}
-{% load i18n %}
-{% load url from future %}
 {% from "cranefly/macros.html" import messages_list %}
 
 {% block body %}

+ 0 - 2
templates/cranefly/macros.html

@@ -1,5 +1,3 @@
-{% load i18n %}
-
 {% macro page_title(title='', parent='', page=0) -%}
 {% if title %}{{ title }}{% if page > 1 %} | {% trans page=page %}Page {{ page }}{% endtrans %}{% endif %} | {% if parent %}{{ parent }} | {% endif %}{% endif %}{{ settings.board_name }}
 {%- endmacro %}

+ 0 - 1
templates/cranefly/new_threads.html

@@ -1,5 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
 {% import "cranefly/macros.html" as macros with context %}
 
 {% block title %}{{ macros.page_title(title=_('New Threads')) }}{% endblock %}

+ 0 - 3
templates/cranefly/newsfeed.html

@@ -1,7 +1,4 @@
 {% extends "cranefly/profiles/profile.html" %}
-{% load i18n %}
-{% load humanize %}
-{% load url from future %}
 {% import "cranefly/macros.html" as macros with context %}
 
 {% block title %}{{ macros.page_title(_('Your News Feed')) }}{% endblock %}

+ 0 - 1
templates/cranefly/popular_threads.html

@@ -1,5 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
 {% import "cranefly/macros.html" as macros with context %}
 
 {% block title %}{{ macros.page_title(title=_('Popular Threads')) }}{% endblock %}

+ 0 - 3
templates/cranefly/profiles/details.html

@@ -1,7 +1,4 @@
 {% extends "cranefly/profiles/profile.html" %}
-{% load i18n %}
-{% load humanize %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/macros.html" as macros with context %}
 

+ 0 - 3
templates/cranefly/profiles/followers.html

@@ -1,7 +1,4 @@
 {% extends "cranefly/profiles/profile.html" %}
-{% load i18n %}
-{% load humanize %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/macros.html" as macros with context %}
 

+ 0 - 3
templates/cranefly/profiles/follows.html

@@ -1,7 +1,4 @@
 {% extends "cranefly/profiles/profile.html" %}
-{% load i18n %}
-{% load humanize %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/macros.html" as macros with context %}
 

+ 0 - 2
templates/cranefly/profiles/list.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/macros.html" as macros with context %}
 

+ 0 - 3
templates/cranefly/profiles/posts.html

@@ -1,7 +1,4 @@
 {% extends "cranefly/profiles/profile.html" %}
-{% load i18n %}
-{% load humanize %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/macros.html" as macros with context %}
 

+ 0 - 3
templates/cranefly/profiles/profile.html

@@ -1,7 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load humanize %}
-{% load url from future %}
 {% import "cranefly/macros.html" as macros with context %}
 
 {% block title %}{{ macros.page_title(profile.username) }}{% endblock %}

+ 0 - 3
templates/cranefly/profiles/threads.html

@@ -1,7 +1,4 @@
 {% extends "cranefly/profiles/profile.html" %}
-{% load i18n %}
-{% load humanize %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/macros.html" as macros with context %}
 

+ 0 - 2
templates/cranefly/register.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/macros.html" as macros with context %}
 

+ 0 - 2
templates/cranefly/resend_activation.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/macros.html" as macros with context %}
 

+ 0 - 2
templates/cranefly/reset_password.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/macros.html" as macros with context %}
 

+ 0 - 2
templates/cranefly/signin.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/macros.html" as macros with context %}
 

+ 0 - 2
templates/cranefly/threads/changelog.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "cranefly/macros.html" as macros with context %}
 
 {% block title %}{{ macros.page_title(title=(_("Post #%(post)s Changelog") % {'post': post.pk}),parent=thread.name) }}{% endblock %}

+ 0 - 2
templates/cranefly/threads/changelog_diff.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "cranefly/macros.html" as macros with context %}
 
 {% block title %}{{ macros.page_title(title=(_("Post #%(post)s Changelog") % {'post': post.pk}),parent=thread.name) }}{% endblock %}

+ 0 - 2
templates/cranefly/threads/details.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "cranefly/macros.html" as macros with context %}
 
 {% block title %}{{ macros.page_title(title=(_("Post #%(post)s Info") % {'post': post.pk}),parent=thread.name) }}{% endblock %}

+ 0 - 2
templates/cranefly/threads/karmas.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "cranefly/macros.html" as macros with context %}
 
 {% block title %}{{ macros.page_title(title=(_("Post #%(post)s Votes") % {'post': post.pk}),parent=thread.name) }}{% endblock %}

+ 0 - 2
templates/cranefly/threads/list.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/macros.html" as macros with context %}
 

+ 0 - 2
templates/cranefly/threads/merge.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/macros.html" as macros with context %}
 

+ 0 - 2
templates/cranefly/threads/move_posts.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/macros.html" as macros with context %}
 

+ 0 - 2
templates/cranefly/threads/move_thread.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/macros.html" as macros with context %}
 

+ 0 - 2
templates/cranefly/threads/move_threads.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/macros.html" as macros with context %}
 

+ 0 - 2
templates/cranefly/threads/posting.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/editor.html" as editor with context %}
 {% import "cranefly/macros.html" as macros with context %}

+ 0 - 2
templates/cranefly/threads/split.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/macros.html" as macros with context %}
 

+ 0 - 2
templates/cranefly/threads/thread.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/editor.html" as editor with context %}
 {% import "cranefly/macros.html" as macros with context %}

+ 0 - 2
templates/cranefly/usercp/avatar.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/usercp/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "cranefly/macros.html" as macros with context %}
 
 {% block title %}{{ macros.page_title(title=_('Change your Avatar')) }}{% endblock %}

+ 0 - 2
templates/cranefly/usercp/avatar_banned.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/usercp/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "cranefly/macros.html" as macros with context %}
 
 {% block title %}{{ macros.page_title(title=_('Change your Avatar')) }}{% endblock %}

+ 0 - 2
templates/cranefly/usercp/avatar_crop.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/usercp/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/macros.html" as macros with context %}
 

+ 0 - 2
templates/cranefly/usercp/avatar_gallery.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/usercp/avatar.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "cranefly/macros.html" as macros with context %}
 
 {% block title %}{{ macros.page_title(title=_('Avatars Gallery')) }}{% endblock %}

+ 0 - 2
templates/cranefly/usercp/avatar_upload.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/usercp/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/macros.html" as macros with context %}
 

+ 0 - 2
templates/cranefly/usercp/credentials.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/usercp/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/macros.html" as macros with context %}
 

+ 0 - 2
templates/cranefly/usercp/layout.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 
 {% block content %}
 <div class="row usercp">

+ 0 - 2
templates/cranefly/usercp/options.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/usercp/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/macros.html" as macros with context %}
 

+ 0 - 2
templates/cranefly/usercp/signature.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/usercp/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/editor.html" as editor with context %}
 {% import "cranefly/macros.html" as macros with context %}

+ 0 - 2
templates/cranefly/usercp/signature_banned.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/usercp/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "cranefly/macros.html" as macros with context %}
 
 {% block title %}{{ macros.page_title(title=_('Edit your Signature')) }}{% endblock %}

+ 0 - 2
templates/cranefly/usercp/username.html

@@ -1,6 +1,4 @@
 {% extends "cranefly/usercp/layout.html" %}
-{% load i18n %}
-{% load url from future %}
 {% import "_forms.html" as form_theme with context %}
 {% import "cranefly/macros.html" as macros with context %}
 

+ 0 - 1
templates/cranefly/watched.html

@@ -1,5 +1,4 @@
 {% extends "cranefly/layout.html" %}
-{% load i18n %}
 {% import "cranefly/macros.html" as macros with context %}
 
 {% block title %}{{ macros.page_title(title=_('Threads you are watching')) }}{% endblock %}