mirror of https://github.com/zulip/zulip.git
templates: Add `account-creation` class to `unsubscribe_success.html`.
Adds the `account-creation` class to `<div>` tag in template so that the associated CSS styles for `white-box p:last-of-type` and the font-weight are applied.
This commit is contained in:
parent
77ae3176ca
commit
94837d56cf
|
@ -7,7 +7,7 @@
|
|||
{% block portico_content %}
|
||||
|
||||
<div class="app portico-page">
|
||||
<div class="app-main portico-page-container center-block flex full-page new-style">
|
||||
<div class="app-main portico-page-container center-block flex full-page account-creation new-style">
|
||||
<div class="inline-block">
|
||||
|
||||
<div class="get-started">
|
||||
|
|
Loading…
Reference in New Issue