From f11b16ef9a5a22dd7c10551b516278868016b2a3 Mon Sep 17 00:00:00 2001 From: PhoeniXAbhisheK Date: Feb 24 2019 21:29:11 +0000 Subject: [PATCH 1/2] sidebar items center aligned --- diff --git a/assets/css/custom.css b/assets/css/custom.css index 0d8c354..39a9cec 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -114,6 +114,8 @@ blockquote { width: 25%; height: calc(100% + 20px); position: fixed; + display: flex; + justify-content: center; background: -moz-linear-gradient(top, #3c6eb4 0%, #3c6eb4 27%, #3c6eb4 27%, #3c6eb4 100%); background: -webkit-linear-gradient(top, #3c6eb4 0%, #3c6eb4 27%, #3c6eb4 27%, #3c6eb4 100%); background: linear-gradient(to bottom, #3c6eb4 0%, #3c6eb4 27%, #3c6eb4 27%, #3c6eb4 100%); From 38499214bbb30c54e2022bf097ddb9f89aa89171 Mon Sep 17 00:00:00 2001 From: PhoeniXAbhisheK Date: Feb 24 2019 21:35:57 +0000 Subject: [PATCH 2/2] form tag commit added --- diff --git a/templates/base.html b/templates/base.html index ad8a9a7..2a30c7b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -37,7 +37,8 @@
  • FAQ
  • {% url 'messaging:archive' as url %}
  • Happiness Archive
  • - {% if user.is_authenticated %} + + {% if user.is_authenticated %}
    {% csrf_token %}
    - {% endif %} - + {% endif %}