fix doc template
This commit is contained in:
		@@ -1,8 +1,8 @@
 | 
				
			|||||||
{% if versions %}
 | 
					{% if versions %}
 | 
				
			||||||
<h3>{{ _('Версии') }}</h3>
 | 
					<h3 style="margin-top: 16px">{{ _('Versions') }}</h3>
 | 
				
			||||||
<ul>
 | 
					<ul>
 | 
				
			||||||
  {%- for item in versions %}
 | 
					  {%- for item in versions %}
 | 
				
			||||||
  <li><a href="{{ item.url }}">{{ item.name }}</a></li>
 | 
					  <li><a style="font-size: 120%" href="{{ item.url }}">{{ item.name }}</a></li>
 | 
				
			||||||
  {%- endfor %}
 | 
					  {%- endfor %}
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
{% endif %}
 | 
					{% endif %}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user