mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
9 lines
156 B
HTML
9 lines
156 B
HTML
{% extends "zerver/portico.html" %}
|
|
|
|
{# Portico page with signup code #}
|
|
|
|
{% block customhead %}
|
|
{{ super() }}
|
|
{{ render_bundle('signup') }}
|
|
{% endblock %}
|