|
@@ -8,12 +8,7 @@
|
|
|
<div class="card-header">
|
|
|
<i class="fa fa-user"></i> Information
|
|
|
{% if current_user.id == user.id %}
|
|
|
- <div class="dropdown pull-right">
|
|
|
- <button class="btn btn-secondary btn-sm dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Actions</button>
|
|
|
- <div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
|
|
|
- <a href="{{ url_for('user_generate_key', id=user.id) }}" class="dropdown-item">Genereer key</a>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ <a href="{{ url_for('user_generate_key', id=user.id) }}" class="btn btn-secondary btn-sm pull-right">Genereer key</a>
|
|
|
{% endif %}
|
|
|
</div>
|
|
|
<div class="card-body">
|