mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 13:06:45 +00:00
Fixed broken apptype filter for consumers
This commit is contained in:
parent
0162ff0306
commit
1625ed936c
@ -1,3 +1,3 @@
|
||||
<a href="?apptype=web&time={{ request.GET.time }}&enabled={{ request.GET.enabled }}" class="btn btn-default{% if active_apptype_web %} active{% endif %}">Web</a>
|
||||
<a href="?apptype=mobile&time={{ request.GET.time }}&enabled={{ request.GET.enabled }}" class="btn btn-default{% if active_apptype_mobile %} active{% endif %}">Mobile</a>
|
||||
<a href="?apptype=Web&time={{ request.GET.time }}&enabled={{ request.GET.enabled }}" class="btn btn-default{% if active_apptype_Web %} active{% endif %}">Web</a>
|
||||
<a href="?apptype=Mobile&time={{ request.GET.time }}&enabled={{ request.GET.enabled }}" class="btn btn-default{% if active_apptype_Mobile %} active{% endif %}">Mobile</a>
|
||||
<a href="?apptype=All&time={{ request.GET.time }}&enabled={{ request.GET.enabled }}" class="btn btn-default{% if active_apptype_all %} active{% endif %}">All</a>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user