Skip to content

Commit

Permalink
fixed wrong setting for extensions.webservice.discoverURL in addons_p…
Browse files Browse the repository at this point in the history
…ane.json
  • Loading branch information
allo- committed Oct 3, 2017
1 parent 83f3088 commit 9f5a873
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions settings/addons_pane.json
@@ -1,15 +1,15 @@
[
{
{
"name": "extensions.getAddons.showPane",
"type": "boolean",
"label": "Disable about:addons' Get Add-ons panel",
"help_text": "The start page with recommended addons uses google analytics.",
"initial": true,
"config": {
"extensions.getAddons.showPane": false,
"extensions.getAddons.showPane": ""
"extensions.webservice.discoverURL": ""
},
"addons": []
}
}
]

9 changes: 9 additions & 0 deletions templates/main.html
Expand Up @@ -71,6 +71,15 @@ <h1>{% trans "Firefox Profilemaker" %}</h1>
</button>
{% csrf_token %}
</form>
<h2>Help us</h2>
We do not need money, but we can use your help to improve the site.
<ul>
<li><a href="https://github.com/allo-/firefox-profilemaker/wiki/Contribute-Settings">Contribute more settings</a></li>
<li><a href="https://github.com/allo-/firefox-profilemaker/issues/89">Help to improve the website design</a></li>
<li><a href="https://github.com/allo-/firefox-profilemaker/issues/75">Help to improve the instructions</a></li>
<li><a href="https://github.com/allo-/firefox-profilemaker/issues/88">Translate the website in your language</a></li>
<li><a href="https://github.com/allo-/firefox-profilemaker">Join the project</a> and help to code the profile generator</li>
</ul>
</div>
{% for form in forms %}
<div id="{{ form.id }}" class="tab-pane fade">
Expand Down

0 comments on commit 9f5a873

Please sign in to comment.