mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
Chat: Use menu item title as page title
This commit is contained in:
parent
81a2141d63
commit
175ef68fac
@ -1,7 +1,7 @@
|
||||
{% extends 'events/display/conference/base.html' %}
|
||||
|
||||
{% block title %}
|
||||
{% trans %}Chat Rooms{% endtrans %}
|
||||
{{- page_title -}}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
@ -21,7 +21,7 @@ from setuptools import find_packages, setup
|
||||
|
||||
setup(
|
||||
name='indico-plugin-chat',
|
||||
version='1.0',
|
||||
version='2.0.dev0',
|
||||
description='XMPP chat integration for Indico',
|
||||
url='https://github.com/indico/indico-plugins',
|
||||
license='https://www.gnu.org/licenses/gpl-3.0.txt',
|
||||
@ -31,7 +31,7 @@ setup(
|
||||
zip_safe=False,
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
'indico>=2.0',
|
||||
'indico>=2.1.dev0',
|
||||
'sleekxmpp'
|
||||
],
|
||||
classifiers=[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user