Freelancer Template base Managment page

This commit is contained in:
Tina_Azure
2023-05-12 00:03:25 +02:00
parent b0b8dd5ec0
commit ed370e7979
5 changed files with 116 additions and 10 deletions

View File

@@ -24,6 +24,7 @@ namespace TemplateConstCollection {
const static std::string TEMPLATE_PASSWORD_RESET_FULFILMENT = "passwordReset_Fulfilment.html";
const static std::string TEMPLATE_FREELANCER_REDIRECT_PROFILE = "freelancer_Redirect_Profile.html";
const static std::string TEMPLATE_FREELANCER_PROFILE = "freelancer_Profile.html";
const static std::string TEMPLATE_FREELANCER_TEMPLATE_MANAGEMENT = "freelancer_Template_Management.html";
//Mustache Error/Success variable names
const static std::string MUSTACHE_ERROR_COMMISSIONS_CLOSED = "ERROR_COMMISSIONS_CLOSED";