mirror of https://github.com/zulip/zulip.git
Rename content_base.html -> portico.html
(imported from commit 556fb5aeca76eb186013a28da9bab77c1e56d700)
This commit is contained in:
parent
ca7855e03e
commit
46f17431cf
|
@ -1,4 +1,4 @@
|
|||
{% extends "zephyr/content_base.html" %}
|
||||
{% extends "zephyr/portico.html" %}
|
||||
|
||||
{% block for_you %} got a bit lost there. {% endblock %}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "zephyr/content_base.html" %}
|
||||
{% extends "zephyr/portico.html" %}
|
||||
|
||||
{% block for_you %} isn't feeing too good. {% endblock %}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "zephyr/content_base.html" %}
|
||||
{% extends "zephyr/portico.html" %}
|
||||
|
||||
{% block more_content %}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "zephyr/content_base.html" %}
|
||||
{% extends "zephyr/portico.html" %}
|
||||
{% block more_content %}
|
||||
<script type="text/javascript">
|
||||
autofocus('#email');
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "zephyr/content_base.html" %}
|
||||
{% extends "zephyr/portico.html" %}
|
||||
{% block more_content %}
|
||||
<h2>Thanks for signing up!</h2>
|
||||
<p class="lead">Check your email so we can get started.<p>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "zephyr/content_base.html" %}
|
||||
{% extends "zephyr/portico.html" %}
|
||||
|
||||
{% block more_content %}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "zephyr/content_base.html" %}
|
||||
{% extends "zephyr/portico.html" %}
|
||||
|
||||
{% block for_you %}for {% if company_name %} {{company_name}} {% else %} __________ {% endif %} {% endblock %}
|
||||
{% block more_content %}
|
||||
|
|
Loading…
Reference in New Issue