Commit
8020b33a3f15d43247ebcbe2cb66f9d87a647c7d
Authored by
Luan
Exists in
master
and in
39 other branches
1.12.x, add_requests_as_dep, celery_service, change-passwd-signal, check-port, colab-signals, colab-vcard, colab_search, colab_tag, colab_tag_merge, community_association, detach_super_archives, fix-dashboard, fix-message-preview, fix_app_label, fix_cache_count_spb, fix_header, fixed_gitlab_import, go_to_profile_panel, header_footer, layout-fix, mobile_user_scalable, move_out_plugins, paginate-threads, profile_integration, refactor-data-import, remove-gitlab-plugin, removing_namespace, search_block, search_filters, spb-release/3.0, split_screen, stable, startplugin, timestamp_plugins, translation_review, user_regex, validate-passwd, workin_whoosh_temp
adding title on thread - closes #122
| @@ -3,6 +3,8 @@ |
| @@ -3,6 +3,8 @@ |
3
| |
3
| |
4
| {% trans "Anonymous" as anonymous %} |
4
| {% trans "Anonymous" as anonymous %} |
5
| |
5
| |
| |
6
| +{% block title %}{{ first_msg.subject_clean }}{% endblock %} |
| |
7
| + |
6
| {% block head_js %} |
8
| {% block head_js %} |
7
| |
9
| |
8
| <script> |
10
| <script> |