mirror of https://github.com/zulip/zulip.git
sponsorship: Add wrapper elements above #sponsorship like support page.
This commit is contained in:
parent
00df9c6c18
commit
e6bb291b8a
|
@ -1,7 +1,15 @@
|
||||||
{% extends "zerver/portico_signup.html" %}
|
{% extends "zerver/portico.html" %}
|
||||||
|
{% set entrypoint = "sponsorship" %}
|
||||||
|
|
||||||
|
{% set PAGE_TITLE = "💚 Request sponsorship" %}
|
||||||
|
|
||||||
{% block portico_content %}
|
{% block portico_content %}
|
||||||
<div class="tab-pane" id="sponsorship">
|
<div class="register-account flex full-page">
|
||||||
|
<div class="center-block new-style">
|
||||||
|
<div class="pitch">
|
||||||
|
<h1>💚 Request sponsorship</h1>
|
||||||
|
</div>
|
||||||
|
<div id="registration" class="white-box">
|
||||||
<div id="sponsorship-error" class="alert alert-danger"></div>
|
<div id="sponsorship-error" class="alert alert-danger"></div>
|
||||||
<div id="sponsorship-input-section">
|
<div id="sponsorship-input-section">
|
||||||
<form id="sponsorship-form" method="post">
|
<form id="sponsorship-form" method="post">
|
||||||
|
@ -51,5 +59,8 @@
|
||||||
<div id="sponsorship-success" class="alert alert-info">
|
<div id="sponsorship-success" class="alert alert-info">
|
||||||
Request received! The page will now reload.
|
Request received! The page will now reload.
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue