try:returnsuper(ManifestStaticFilesStorage,self).url(context,True)exceptValueError:# Solve the reverted https://github.com/divio/django-cms/pull/5860/context=static_with_version(context)returnsuper(ManifestStaticFilesStorage,self).url(context,True).replace(__version__,"")