Skip to content

Commit

Permalink
updated version text
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfroehlich committed Nov 1, 2022
1 parent f8313c8 commit 7ad6130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/admin.py
Expand Up @@ -267,4 +267,4 @@ def formfield_for_manytomany(self, db_field, request=None, **kwargs):
admin.site.register(Sponsor)

# For modifying more on the front admin landing page, see https://medium.com/django-musings/customizing-the-django-admin-site-b82c7d325510
admin.site.index_title = "Makeability Lab Admin. Django version: " + django.get_version() + " ML Version: 1.0.0"
admin.site.index_title = "Makeability Lab Admin. Django version: " + django.get_version() + "| Makeability Lab Website Version: 1.0.0"

0 comments on commit 7ad6130

Please sign in to comment.