Use openslides.com
This commit is contained in:
parent
902855a6e7
commit
03ab36096f
@ -8,7 +8,7 @@
|
|||||||
<router-outlet></router-outlet>
|
<router-outlet></router-outlet>
|
||||||
</main>
|
</main>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<a href='https://openslides.org/' target='_bank'>© Copyright by OpenSlides</a>
|
<a href='https://openslides.com' target='_bank'>© Copyright by OpenSlides</a>
|
||||||
·
|
·
|
||||||
<a routerLink='/login/legalnotice' translate>Legal notice</a>
|
<a routerLink='/login/legalnotice' translate>Legal notice</a>
|
||||||
·
|
·
|
||||||
|
@ -122,7 +122,7 @@
|
|||||||
<a
|
<a
|
||||||
[@navItemAnim]
|
[@navItemAnim]
|
||||||
mat-list-item
|
mat-list-item
|
||||||
href="https://openslides.org"
|
href="https://openslides.com"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
(click)="mobileAutoCloseNav()"
|
(click)="mobileAutoCloseNav()"
|
||||||
>
|
>
|
||||||
|
@ -2,6 +2,6 @@ __author__ = "OpenSlides Team <support@openslides.org>"
|
|||||||
__description__ = "Presentation and assembly system"
|
__description__ = "Presentation and assembly system"
|
||||||
__version__ = "3.0-dev"
|
__version__ = "3.0-dev"
|
||||||
__license__ = "MIT"
|
__license__ = "MIT"
|
||||||
__url__ = "https://openslides.org"
|
__url__ = "https://openslides.com"
|
||||||
|
|
||||||
args = None
|
args = None
|
||||||
|
2
setup.py
2
setup.py
@ -20,7 +20,7 @@ with open('requirements/big_mode.txt') as requirements_big_mode:
|
|||||||
setup(
|
setup(
|
||||||
name='openslides',
|
name='openslides',
|
||||||
author=openslides_author,
|
author=openslides_author,
|
||||||
author_email='support@openslides.org',
|
author_email='support@openslides.com',
|
||||||
description=openslides_description,
|
description=openslides_description,
|
||||||
license=openslides_license,
|
license=openslides_license,
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
Loading…
Reference in New Issue
Block a user