mirror of https://github.com/zulip/zulip.git
templates: Fix broken contributor join lines.
This was introduced in the previous commit.
This commit is contained in:
parent
91e711b461
commit
779a2f3317
|
@ -33,7 +33,7 @@
|
|||
<a href="https://chat.zulip.org/join/wnhv3jzm6afa4raenedanfno/" class="button">
|
||||
{{ _('Join as a self-hoster') }}
|
||||
</a>
|
||||
<a href="#https://chat.zulip.org/join/npzwak7vpmaknrhxthna3c7p/" class="button">
|
||||
<a href="https://chat.zulip.org/join/npzwak7vpmaknrhxthna3c7p/" class="button">
|
||||
{{ _('Join as a contributor') }}
|
||||
</a>
|
||||
</div>
|
||||
|
@ -58,7 +58,7 @@
|
|||
<a href="https://chat.zulip.org/join/wnhv3jzm6afa4raenedanfno/" class="button">
|
||||
{{ _('Join as a self-hoster') }}
|
||||
</a>
|
||||
<a href="#https://chat.zulip.org/join/npzwak7vpmaknrhxthna3c7p/" class="button">
|
||||
<a href="https://chat.zulip.org/join/npzwak7vpmaknrhxthna3c7p/" class="button">
|
||||
{{ _('Join as a contributor') }}
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue