Skip to content

Commit

Permalink
Change information name for organization
Browse files Browse the repository at this point in the history
  • Loading branch information
taleksovska committed Jul 31, 2024
1 parent 2b579e9 commit 8005721
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckanext/bulkupload/templates/package/package_busoperator.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
</div>
</div>

<div style="margin:-20px 0px 20px 0px;"><small>{{ form.info('Organization') }}</small></div>

<div style="display:flex; gap:10px">
<button type='submit' class='btn btn-primary' icon='plus-square'>{{_('Create Dataset')}}</button>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<label for="field-organization">{{ _('Organization') }}</label>
<input type="text" id="field-organization" name="organization" value="{{ pkg_dict.organization.title }}" disabled>
</div>
<div style="margin-bottom: 30px;"></div>
<div style="margin:-20px 0px 20px 0px;"><small>{{ form.info('Organization') }}</small></div>

<div style="margin-bottom: 40px;">
<strong class="text-success">Dataset Created. Please upload the file</strong>
</div>
Expand Down

0 comments on commit 8005721

Please sign in to comment.