diff --git a/webapp/templates/corporate_memory_admin.html b/webapp/templates/corporate_memory_admin.html index ff71d81..ef9673d 100644 --- a/webapp/templates/corporate_memory_admin.html +++ b/webapp/templates/corporate_memory_admin.html @@ -1121,7 +1121,7 @@ - Mandate M + Make Mandatory M + `; @@ -1194,10 +1194,10 @@ // Actions depend on the valid transitions from current status if (status === 'pending') { buttons.push(``); - buttons.push(``); + buttons.push(``); buttons.push(``); } else if (status === 'approved') { - buttons.push(``); + buttons.push(``); buttons.push(``); } else if (status === 'mandatory') { buttons.push(``); @@ -1206,7 +1206,7 @@ buttons.push(``); } else if (status === 'revoked') { buttons.push(``); - buttons.push(``); + buttons.push(``); } if (buttons.length === 0) return '';