Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/Settings/WhoHasAccessSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ public function __construct(IConfig $config,
* @return TemplateResponse
*/
public function getForm():TemplateResponse {
\OCP\Util::addScript('privacy', 'privacy-main');
\OCP\Util::addStyle('privacy', 'privacy');
$themingDefaults = OC::$server->getThemingDefaults();
if ($themingDefaults instanceof ThemingDefaults) {
$privacyPolicyUrl = $themingDefaults->getPrivacyUrl();
Expand Down
5 changes: 0 additions & 5 deletions templates/mission.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
<?php
script('privacy', 'privacy-main');
style('privacy', 'privacy');
?>

<div id="themes" class="section">
<h2><?php p($l->t('Your %s account', $theme->getName())) ?></h2>
<p><?php p($l->t('Your data represents who you are and can easily be abused. We at Nextcloud believe that you have a right to decide what happens with your data. Nextcloud protects your rights as defined in the User Data Manifesto!')); ?></p>
Expand Down