Victor

Results 8 comments of Victor

Hm, i don't quite get it yet. I installed mediawiki 1.28 again and installed the skin. Switching preferences for Appearance to bootstrapskin worked, but when I try to add the...

It seems like there are some things that have to be changed in the BootstrapMediaWiki.skin.php see issue: https://github.com/borkweb/bootstrap-mediawiki/issues/66

@denisvlr I have the same problem with django-modeltranslations, when trying to specify translated fields in the dashboard ProductForm.Meta of the forked dashboard. I try to make the product description translatable...

I found the solution :smile: django-modeltranslations must be in the INSTALLED_APPS above the django-oscar apps. Then the form is initialized without errors.

Oh ok, my bad. Thank you! It doesn't say that in the README though :) I tried now to adapt the settings to ``` INSTALLED_APPS=[ "django.contrib.auth", "django.contrib.contenttypes", "django_view_decorator", "app" ],...

> `import 'highlight.js/styles/atom-one-dark.min.css'` Worked for me

@szlezakbartosz Here you go https://stackblitz.com/edit/vitejs-vite-8wsldsgr?file=src%2Flib%2FEditor.svelte