Skip to content
Snippets Groups Projects
Commit 959052e9 authored by Achraf (abz)'s avatar Achraf (abz)
Browse files

[FIX] rating: Wrong template style


What are the steps to reproduce your issue ?

    1. Go to helpdesk/configuration/stages
    2. Add rating email template to Solved
    3. Change state of a ticket to Solved
    4. Go to Technical/messages and open the sent message

What is currently happening ?

    The template is not displayed correctly

opw-2476485

closes odoo/odoo#70294

X-original-commit: 9d9c5da5
Signed-off-by: default avatarAchraf <abz-odoo@users.noreply.github.com>
parent bf9a985f
Branches
Tags
No related merge requests found
......@@ -19,7 +19,7 @@
<template id="rating_external_page_submit" name="Rating Page Submit">
<t t-call="web.frontend_layout">
<div class="container">
<div class="row">
<div class="row" style="display: inline">
<h1 class="text-center">Thanks! We appreciate your feedback.</h1>
<h4 class="text-center text-muted" style="margin-bottom: 32px;">Your rating has been submitted.</h4>
<div class="float-left">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment