mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
CHORE: *sings* And a pep8 in a broken tree...
This commit is contained in:
@@ -207,9 +207,11 @@ class SupplierUpdate(generic.UpdateView):
|
||||
form_class = forms.SupplierForm
|
||||
template_name = 'supplier_update.html'
|
||||
|
||||
|
||||
class SupplierVersionHistory(versioning.VersionHistory):
|
||||
template_name = "asset_version_history.html"
|
||||
|
||||
|
||||
# TODO: Reduce SQL queries
|
||||
class AssetVersionHistory(versioning.VersionHistory):
|
||||
model = versioning.RIGSVersion
|
||||
|
||||
Reference in New Issue
Block a user