emojis and migrations

This commit is contained in:
vabene1111
2018-05-14 11:31:17 +02:00
parent 8107e46b60
commit 87b7f0d204
20 changed files with 2461 additions and 24 deletions

View File

@@ -20,6 +20,7 @@
//shitty solution that needs to be redone at some point
$(document).ready(function () {
$('#id_keywords').select2();
$('#id_icon').emojioneArea();
});
</script>
{% endblock %}

View File

@@ -20,6 +20,8 @@
//shitty solution that needs to be redone at some point
$(document).ready(function () {
$('#id_keywords').select2();
$('#id_icon').emojioneArea();
});
</script>
{% endblock %}