File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -555,7 +555,7 @@ def get(self, request):
555
555
config = ConfigRevision .objects .get (pk = cache .get ('config_version' ))
556
556
except ConfigRevision .DoesNotExist :
557
557
# Fall back to using the active config data if no record is found
558
- config = ConfigRevision ( data = get_config (). defaults )
558
+ config = get_config ()
559
559
560
560
# Raw data export
561
561
if 'export' in request .GET :
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ <h5 class="card-header">{% trans "Plugins" %}</h5>
88
88
< div class ="col col-md-12 ">
89
89
< div class ="card ">
90
90
< h5 class ="card-header "> {% trans "Current Configuration" %}</ h5 >
91
- {% include 'core/inc/config_data.html' with config=config.data %}
91
+ {% include 'core/inc/config_data.html' %}
92
92
</ div >
93
93
94
94
</ div >
You can’t perform that action at this time.
0 commit comments