- {{ form.species|attr:"id:an-species" }}
+
+
+ {{ form.description|add_class:"input textarea"|attr:"rows:3"|attr:"id:an-description" }}
-
-
-
- {{ form.sex|attr:"id:an-sex" }}
+
+
+ {{ form.location_string|add_class:"input"|attr:"id:an-location" }}
-
-
-
- {{ form.date_of_birth|add_class:"input"|attr:"id:an-date-of-birth"|attr:"type:date" }}
-
+
+
+ {{ form.group_only|add_class:"checkbox"|attr:"id:an-group-only" }}
+
+
+
+
+ {{ form.searching_since|add_class:"input"|attr:"id:an-searching-since"|attr:"type:date" }}
+
-
-
+
+
+ {{ form.further_information|add_class:"input"|attr:"id:an-further-information"|attr:"type:url" }}
+
+ {{ form.further_information.help_text }}
+
+
+
+
+
+
+ {% blocktranslate %}
+ Gibt hier schonmal erste Details zu den Tieren an.
+ Wenn du Details und Fotos zu den Tieren hinzufügen willst oder ihr Geschlecht und Geburtsdatum
+ anpassen
+ willst,
+ kannst du das im nächsten Schritt tun.
+ {% endblocktranslate %}
+
+
+
+
+
+
+ {{ form.species|attr:"id:an-species" }}
+
+
+
+
+
+
+ {{ form.num_animals|add_class:"input"|attr:"id:an-num-animals" }}{% endif %}
+
+
+
+
+
+ {{ form.sex|attr:"id:an-sex" }}
+
+
+
+
+
+ {{ form.date_of_birth|add_class:"input"|attr:"id:an-date-of-birth"|attr:"type:date" }}
+
+
+
+
+
+
{% endblock %}
\ No newline at end of file
diff --git a/src/fellchensammlung/templates/fellchensammlung/search.html b/src/fellchensammlung/templates/fellchensammlung/search.html
index 42455df..f701340 100644
--- a/src/fellchensammlung/templates/fellchensammlung/search.html
+++ b/src/fellchensammlung/templates/fellchensammlung/search.html
@@ -1,7 +1,10 @@
{% extends "fellchensammlung/base.html" %}
{% load i18n %}
-{% block title %}
+{% endblock %}
+
{% block content %}
{% get_current_language as LANGUAGE_CODE_CURRENT %}