fixing export, adding apps to export settings
This commit is contained in:
@@ -206,14 +206,26 @@
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
<li>
|
||||
{% endif %}
|
||||
{% if user.is_staff %}
|
||||
<li class="rounder">
|
||||
<h2>Admin</h2>
|
||||
<p><a href="/rowers/me/idokladauthorize/">iDoklad authorize</a></p>
|
||||
</li>
|
||||
{% endif %}
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if apps %}
|
||||
{% for app in apps %}
|
||||
<li class="rounder grid_4">
|
||||
<h2>{{ app.name }}</h2>
|
||||
<p><em>Client ID: </em>{{ app.client_id }}</p>
|
||||
<p><em>Redirect URIs: </em>{{ app.redirect_uris }}</p>
|
||||
<p><em>Client Type: </em>{{ app.client_type }}</p>
|
||||
<p><em>Authorization grant type: </em>{{ app.authorization_grant_type }}</p>
|
||||
<p><em>Allowed origins: </em>{{ app.allowed_origins }}</p>
|
||||
</li>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if user.is_staff %}
|
||||
<li class="rounder grid_4">
|
||||
<h2>Admin</h2>
|
||||
<p><a href="/rowers/me/idokladauthorize/">iDoklad authorize</a></p>
|
||||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user