From 9584503b570a1e15b6f475b9cba151d38733915b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Sat, 7 Mar 2020 13:11:50 +0100 Subject: [PATCH] Reverse order of avatar/name display I think this creates a nice symmetry with the Snikket logo on the left. --- snikket_web/templates/app.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snikket_web/templates/app.html b/snikket_web/templates/app.html index 9564d1c..3015e5c 100644 --- a/snikket_web/templates/app.html +++ b/snikket_web/templates/app.html @@ -11,7 +11,7 @@
{{ config["SNIKKET_DOMAIN"] }}
- +
{% block content %}{% endblock %}