fix: Detail Animal form
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
				
			|||||||
{% load custom_tags %}
 | 
					{% load custom_tags %}
 | 
				
			||||||
{% load i18n %}
 | 
					{% load i18n %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% block title %}<title>{{ animal.name }}</title> %}
 | 
					{% block title %}<title>{{ animal.name }}</title>{% endblock %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% block content %}
 | 
					{% block content %}
 | 
				
			||||||
    {% include "fellchensammlung/details/detail-animal-partial.html" %}
 | 
					    {% include "fellchensammlung/details/detail-animal-partial.html" %}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user