mirror of https://github.com/zulip/zulip.git
10 lines
286 B
HTML
10 lines
286 B
HTML
|
{% extends "zephyr/portico.html" %}
|
||
|
|
||
|
{# Portico page with signup code #}
|
||
|
|
||
|
{% block customhead %}
|
||
|
{{ block.super }}
|
||
|
<script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.min.js"></script>
|
||
|
<script src="/static/js/signup.js"></script>
|
||
|
{% endblock %}
|