mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	password reset: Fix weird translation tags.
There was way too much markup in these translation tags, for no good reason.
This commit is contained in:
		@@ -2,11 +2,9 @@
 | 
			
		||||
{% block portico_content %}
 | 
			
		||||
<div class="flex full-page new-style">
 | 
			
		||||
    <div class="inline-block">
 | 
			
		||||
            {% trans %}
 | 
			
		||||
            <h1 style="margin-top: 20px">We just sent you a password reset!</h1>
 | 
			
		||||
            <h1>Check your email to finish the process.</h1>
 | 
			
		||||
            <p>(Or don't, but then why did you fill out this form?)</p>
 | 
			
		||||
            {% endtrans %}
 | 
			
		||||
        <h1 style="margin-top: 20px">{{ _('We just sent you a password reset link!') }}</h1>
 | 
			
		||||
        <h1>{{ _('Check your email to finish the process.') }}</h1>
 | 
			
		||||
        <p>{{ _('(Or don't, but then why did you fill out this form?)') }}</p>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user