Skip to content

Commit

Permalink
[#2375] Fix admin index template
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Aug 9, 2012
1 parent e83df46 commit 704ad38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<article class="module">
<div class="module-content">
<h1 class="page-heading">{{ _('Current Sysadmins') }}</h1>
<p>{% trans url=h.url_for(controller='admin', action='authz') %}You can change sysadmins on the <a href="{{ url }}">authorization page</a>.{% trans %}</p>
<p>{% set url=h.url_for(controller='admin', action='authz') %}{% trans %}You can change sysadmins on the <a href="{{ url }}">authorization page</a>.{% endtrans %}</p>
<ul>
{% for user in c.sysadmins %}
<li py:for="user in c.sysadmins">
Expand Down

0 comments on commit 704ad38

Please sign in to comment.