mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-28 02:42:17 +00:00
Modified configs so that templates are rendered. Functionality and styling are NOT complete (need to change css framework)
This commit is contained in:
@@ -28,11 +28,6 @@ class PasswordChange(auth_views.PasswordChangeView):
|
||||
def get_success_url(self):
|
||||
return reverse_lazy('profile_detail', kwargs={'pk': self.request.user.id})
|
||||
|
||||
|
||||
class Index(LoginRequiredMixin, generic.TemplateView):
|
||||
template_name = 'index.html'
|
||||
|
||||
|
||||
class AssetList(LoginRequiredMixin, generic.ListView):
|
||||
model = models.Asset
|
||||
template_name = 'asset_list.html'
|
||||
|
||||
Reference in New Issue
Block a user