Skip to content

Commit

Permalink
Export UI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
audaciouscode committed May 23, 2023
1 parent eb1f565 commit 22727d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/pdk_export.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1 class="sub-header">Export Data</h1>
<form action="{% url 'pdk_export' %}" method="POST">
<div class="row">
{% csrf_token %}
<div class="col-md-6">
<div class="col-md-4">
<h3>Sources</h3>

<p>
Expand All @@ -73,7 +73,7 @@ <h3>Sources</h3>
{% endfor %}
</div>
</div>
<div class="col-md-6">
<div class="col-md-8">
<h3>Data Generators</h3>
<p>
<input type="checkbox" id="generators_select_all">&nbsp;&nbsp;Select All Generators
Expand Down

0 comments on commit 22727d7

Please sign in to comment.