Revision 442e21b6 templates/registration/activation_complete.html

b/templates/registration/activation_complete.html
8 8
<p>{% trans "The user will be notified about his/her account activation" %}</p>
9 9
</div>
10 10
{% endblock %}
11

  
12
    {% block content %}
13
	<div class="container-fluid">
14
      <div class="row-fluid">
15
        <div class="span2">
16
        </div><!--/span-->
17

  
18
		<div class="span10">
19
			<div class="row-fluid">
20
				<!--/span-->
21
				<h3>{% trans "Activation Complete" %}</h3>
22
					<hr>
23
					{% trans "The user will be notified about his/her account activation" %}
24
					</div>
25
				<!--/span-->
26
			</div><!--/row-->
27
		</div><!--/span-->
28

  
29
        </div><!--/span-->
30
    </div><!--/.fluid-container-->
31
	{% endblock %}

Also available in: Unified diff