Oliver
b335728e29
Fix admin site - Custom admin URL ( #5766 )
...
* Update config template file
* Add entry to docs
* Add INVENTREE_ADMIN_ENABLED to settings.py
* Add helper functions for improving admin links
* Refactor existing admin links
* remove debug statements
* Fix custom admin URL
* Expand documentation
* Fix URL
* Improve wording in config_template.yaml
* Extend admin_url tag
- Allow lookup without pk
- Handle case where pk not found
2023-10-21 22:12:14 +11:00
Matthias Mair
10c3d101e8
Replace mklint with djlint ( #4746 )
...
* remove markuplint
* remove dedicated html step - will be done by pre-commit
* add djlint for django template linting
* Fix T003: Endblock should have name
* Fix H013: Img tag should have an alt attribute
* Fix H014: Found extra blank lines
* Fix T003: Endblock should have name
* Fix H013: Img tag should have an alt attribute
* small fixes
* Fix T001: Variables should be wrapped in a single whitespace
* Fix T003: Endblock should have name
* small fixes
* fix form method
* add entry to contributing
* fix template changes
* another fix
* use current version
2023-05-02 20:03:52 +10:00
Matthias
849b71f7e4
"normal" admin-logout message
2021-09-03 00:23:29 +02:00
Matthias
592fd09ad4
remove old templates
2021-08-31 01:38:46 +02:00
Matthias
118bac0591
fix layout
2021-08-25 00:08:50 +02:00
Matthias
aebea33718
enrich login template with login buttons
2021-08-24 23:53:20 +02:00
eeintech
886d95e467
Easy fix!
2021-07-15 16:31:07 -04:00
Oliver
ff8ddfbb5c
Fix link to select2
2021-07-08 10:38:12 +10:00
Oliver Walters
b10410ca1f
Update bootstrap-table library
...
Updated javascript / css to latest version
2021-05-31 12:47:07 +10:00
a77d9d9de7
same treatment for html
2021-05-06 14:33:03 +02:00
098ac0c461
using feature in views
2021-04-15 14:52:08 +02:00
Oliver Walters
96efb0eb28
Remove "forgot password" link if the email backend is not configured
2021-04-13 20:02:20 +10:00
Oliver Walters
f902b79d79
And more templates
2021-04-12 20:07:38 +10:00
Oliver Walters
12a4c22a9b
Password reset templates
2021-04-12 20:02:05 +10:00
Andreas Kaiser
48cd227f06
german translation, HTML tags refactored
2021-03-06 21:52:57 +01:00
Oliver Walters
baa352ca98
Add message if username / password combo is rejected
2021-02-16 22:34:24 +11:00
Oliver Walters
39d9ecffec
Add image attribution (need to work out how to make it more obvious)
2021-02-13 13:52:35 +11:00
Oliver Walters
99578e6986
Getting a little bit fancy
2021-02-13 13:49:21 +11:00
Oliver Walters
f11348c965
Improve rendering for login page
2020-12-15 22:39:57 +11:00
Oliver
7b478fed4e
Redirect if not authed
...
If user not logged in, redirect any requests to login page
2018-05-10 20:40:08 +10:00
Oliver
47aa3c8a45
Login / Logout views
...
Information found here - https://simpleisbetterthancomplex.com/tutorial/2016/06/27/how-to-use-djangos-built-in-login-system.html
2018-05-08 23:00:27 +10:00