Browse Source

User_phone in Footer

Sasha Pi 11 months ago
parent
commit
370609bb24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SharixAdmin/templates/SharixAdmin/index.html

+ 1 - 1
SharixAdmin/templates/SharixAdmin/index.html

@@ -108,7 +108,7 @@
     <div style="width: 1360px; height: 59px; left: 40px; margin: 24px; position: absolute; box-shadow: 4px 5px 40px #E5E5E5">
         <div style="width: 1360px; height: 59px; left: 0px; top: 0px; position: absolute; background: white; border-radius: 10px"></div>
         <div style="width: 66px; left: 84px; top: 20px; position: absolute; color: #3F3F3F; font-size: 14px; font-family: Open Sans; font-weight: 400; text-decoration: underline; word-wrap: break-word" href="#">{% trans 'Contacts' %}</div>
-        <div style="left: 1165px; top: 20px; position: absolute; color: black; font-size: 14px; font-family: Open Sans; font-weight: 400; word-wrap: break-word">+7 999 888 77 65</div>
+        <div style="left: 1165px; top: 20px; position: absolute; color: black; font-size: 14px; font-family: Open Sans; font-weight: 400; word-wrap: break-word">{{ phone }}</div>
         <div style="width: 169px; left: 162px; top: 20px; position: absolute; color: #3F3F3F; font-size: 14px; font-family: Open Sans; font-weight: 400; text-decoration: underline; word-wrap: break-word" href="#">{% trans 'Terms of use' %}</div>
         <div style="left: 343px; top: 20px; position: absolute; color: #3F3F3F; font-size: 14px; font-family: Open Sans; font-weight: 400; text-decoration: underline; word-wrap: break-word" href="#">{% trans 'Privacy policy' %}</div>
         <div style="width: 48px; height: 48px; left: 1288px; top: 6px; position: absolute; background: #D9D9D9; border-radius: 9999px"></div>