mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 23:29:49 +00:00
[terms] rewrote 'terms view' with react (#4589)
This commit is contained in:
@@ -34,7 +34,8 @@ class TermsView(DetailView):
|
||||
|
||||
url: /terms/view
|
||||
"""
|
||||
template_name = "termsandconditions/tc_view_terms.html"
|
||||
#template_name = "termsandconditions/tc_view_terms.html"
|
||||
template_name = "termsandconditions/tc_view_terms_react.html"
|
||||
context_object_name = 'terms'
|
||||
|
||||
def get_object(self, queryset=None):
|
||||
|
Reference in New Issue
Block a user