Skip to content

Commit

Permalink
[#858] Whitespace cleanup for ckan/templates/admin/config.html
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Aug 6, 2013
1 parent fddc1a3 commit 4999722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/templates/admin/config.html
Expand Up @@ -7,8 +7,8 @@
{{ autoform.generate(form_items, data, errors) }}
<div class="form-actions">
{% set locale = h.dump_json({'content': _('Are you sure you want to reset the config?')}) %}
<a href="{% url_for controller='admin', action='reset_config' %}" class="btn btn-danger pull-left" data-module="confirm-action" data-module-i18n="{{ locale }}">{{ _('Reset') }}</a>
<button type="submit" class="btn btn-primary" name="save">{{ _('Update') }}</button>
<a href="{% url_for controller='admin', action='reset_config' %}" class="btn btn-danger pull-left" data-module="confirm-action" data-module-i18n="{{ locale }}">{{ _('Reset') }}</a>
<button type="submit" class="btn btn-primary" name="save">{{ _('Update') }}</button>
</div>
</form>
{% endblock %}
Expand Down

0 comments on commit 4999722

Please sign in to comment.