Open cenouralm opened 3 years ago
Also had this issue using invenio 3.5.0a3
. Tutorial elements styling seem to be based on Bootstrap 3
, which is being deprecated starting from Invenio 3.4 onwards, in favor of semantic-ui
.
my-site/my_site/deposit/templates/deposit/create.html
my-site/my_site/deposit/templates/deposit/success.html
pipenv run pip install -e .
./scripts/server
https://localhost:5000
) and retrieve the pages mentioned before (e.g. .../deposit/create.html
)There is no exception per se. This issue is about styling not being applied correctly. Elements are not being styled properly (e.g. buttons).
This issue is meant to be fixed with PR https://github.com/inveniosoftware/training/pull/113
https://github.com/inveniosoftware/training/tree/v3.4/09-deposit-form On step 6 after when trying to create a record, the layout looks unformatted: