diff --git a/files/templates/admin/update_assets.html b/files/templates/admin/update_assets.html index 43409921f..d90363bdc 100644 --- a/files/templates/admin/update_assets.html +++ b/files/templates/admin/update_assets.html @@ -4,79 +4,80 @@ {% block content %}

Update {{type}}

-
-
-
-
- +
+
+
+ + -
-
-
Name of {{type}} you wanna alter
-
-
+
+
+
Name of {{type}} you wanna alter
+
+
- + -
-
-
Change at least one of these values
-
-
+
+
+
Change at least one of these values
+
+
-
-
+
+
- - -
+ + +
- {% if type == "Emoji" %} - -
- -
- {% endif %} - - - - - {% if type == "Emoji" %} - - - - -
- + + {% for entry in EMOJI_KINDS %} + - - -
- {% endif %} - - - -
+ {% endif %} + + + + + {% if type == "Emoji" %} + + + + +
+ +
+ {% endif %} + + +
+
+ {% endblock %}