fix doc template
This commit is contained in:
		@@ -1,8 +1,8 @@
 | 
			
		||||
{% if versions %}
 | 
			
		||||
<h3>{{ _('Версии') }}</h3>
 | 
			
		||||
<h3 style="margin-top: 16px">{{ _('Versions') }}</h3>
 | 
			
		||||
<ul>
 | 
			
		||||
  {%- 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 %}
 | 
			
		||||
</ul>
 | 
			
		||||
{% endif %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user