Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Aug 18, 2016
1 parent 28955ff commit b246146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/domain/templates/domain/domain.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ <h2>{% trans 'Export' %}</h2>

<ul class="list-unstyled">
<li >
<a href="{% url 'domain_export_csv' %}" target="_blank">CSV
<a href="{% url 'domain_export_csv' %}" target="_blank">
{% trans 'CSV' %}
</a>
</li>
</ul>

<ul class="list-unstyled">
<li >
<a href="{% url 'domain_export_xml' %}" target="_blank">XML
<a href="{% url 'domain_export_xml' %}" target="_blank">
{% trans 'XML' %}
</a>
</li>
Expand Down

0 comments on commit b246146

Please sign in to comment.