From 1f46aeb66af9005586a59f0329d6ae7cda8911f0 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 21 Feb 2022 01:46:20 +0200 Subject: [PATCH] cv --- files/templates/sub/create_sub.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/files/templates/sub/create_sub.html b/files/templates/sub/create_sub.html index f79a01c99..2bd260d24 100644 --- a/files/templates/sub/create_sub.html +++ b/files/templates/sub/create_sub.html @@ -34,6 +34,12 @@ + {% if SITE_NAME == 'PCM' %} + {% set modifier=150 %} + {% else %} + {% set modifier=50 %} + {% endif %} +