mirror of https://github.com/zulip/zulip.git
Use reference to view rather than direct URL.
(imported from commit 86ed3cbc93f7a4885bb9a87002dc39aaeae07820)
This commit is contained in:
parent
1c5ba6dc45
commit
87d7ec57ee
|
@ -21,7 +21,7 @@ autofocus('#email');
|
|||
</div>
|
||||
<div class="signup">
|
||||
<p class="lead">Get started now, for free</p>
|
||||
<form class="form-inline" id="email_signup" action="/accounts/home/" method="post">
|
||||
<form class="form-inline" id="email_signup" action="{% url zephyr.views.accounts_home%}" method="post">
|
||||
{% csrf_token %}
|
||||
<input type="text" class="email required" placeholder="Enter your work email address"
|
||||
id="email" name="email"/>
|
||||
|
|
Loading…
Reference in New Issue