Commit 4f6d0f0d authored by Arno Töll's avatar Arno Töll
Browse files

Disable sponsor tags functions in the template with enable_experimental_code=no

parent b1d68f26
......@@ -164,7 +164,7 @@ allow_unsigned_uploads = 0
</table>
${ h.html.tags.end_form() }
</fieldset>
% if c.debian_developer:
% if c.debian_developer and config['debexpo.enable_experimental_code'] == 'true':
<hr />
<fieldset>
<strong><legend>${ _('Public sponsor info') }</legend></strong>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment