zulip/templates
Tim Abbott 8d404dbcc6 confirmation: Fix "continue to registration" full name handling.
Apparently, the "continue to registration" flow used a subtly invalid
way of encoding the full name.  We put in the query part of the action
URL of the HTML form, but apparently HTML forms with a `GET` type will
ignore the query part (replacing it with any input values), which
makes sense but doesn't do what we want here.  There are a few sane
ways to fix it, but given that the encoding logic we had before for
including the name in the URL was ugly, I'm pretty happy with just
adding a hidden input to the form for the name.
2019-01-29 12:39:40 -08:00
..
analytics analytics: Refactor to support more than one tooltip on same page. 2018-11-28 16:04:35 -08:00
confirmation HTML validation: Remove obsolete attributes from <script>, <style>. 2018-07-13 10:27:23 +05:30
corporate billing: Show licenses_used and better renewal information on /billing. 2019-01-29 07:38:24 -08:00
tests webhooks/freshdesk/doc.md: Render example JSON correctly. 2018-08-17 08:55:41 -07:00
two_factor two_factor: Add templates for 2-factor-auth setup. 2018-05-02 15:20:49 -07:00
zerver confirmation: Fix "continue to registration" full name handling. 2019-01-29 12:39:40 -08:00
zilencer billing: Move billing related templates from zilencer to corporate. 2018-10-01 15:43:39 -07:00
.gitignore
404.html Make 4xx and 5xx pages full screen. 2017-08-08 11:58:22 -07:00
500.html Make 4xx and 5xx pages full screen. 2017-08-08 11:58:22 -07:00