Commit 259e6fe0 authored by Michal Čihař's avatar Michal Čihař

Improve account removal page look

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 9ca5cdb6
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
{% csrf_token %} {% csrf_token %}
</div> </div>
<div class="panel-footer"> <div class="panel-footer">
<input type="submit" class="btn btn-default" value="{% trans "Delete this account" %}" /> <button type="submit" class="btn btn-danger"><i class="fa fa-trash"></i> {% trans "Delete this account" %}</button>
</div> </div>
</form> </form>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment