forked from em/receptty.org
		
	Tagy a kategorie na konci receptu mají odkaz
This commit is contained in:
		@@ -30,7 +30,7 @@
 | 
			
		||||
	<div>
 | 
			
		||||
		Kategorie – 
 | 
			
		||||
		{% for term in categories %}
 | 
			
		||||
			<span class="tag"><a href="">{{ term | capitalize() }}</a></span>
 | 
			
		||||
			<span class="tag"><a href="{{ get_taxonomy_url(kind="kategorie", name=term) | safe }}">{{ term | capitalize() }}</a></span>
 | 
			
		||||
		{% endfor %}
 | 
			
		||||
	</div>
 | 
			
		||||
	{% endif %}
 | 
			
		||||
@@ -40,7 +40,7 @@
 | 
			
		||||
	<div>
 | 
			
		||||
		Tagy – 
 | 
			
		||||
		{% for term in tags %}
 | 
			
		||||
			<span class="tag"><a href="">{{ term | capitalize() }}</a></span>
 | 
			
		||||
		 <span class="tag"><a href="{{ get_taxonomy_url(kind="tagy", name=term) | safe }}">{{ term | capitalize() }}</a></span>
 | 
			
		||||
		{% endfor %}
 | 
			
		||||
	</div>
 | 
			
		||||
	{% endif %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user