This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Description
The current custominstallerbuilder HTML has lots of mentions of "Seattle", Seattle-specific terminology, and "Custom Installer Builder". These are hardcoded which makes it hard for people forking the custominstallerbuilder to, e.g., use a different testbed name than we do.
The obvious fix is to replace said instances by constants that will be substituted by Django using the {{ CONSTANT_NAME }} syntax in the HTML code, and defining these constants in local_template/settings.py. (Grep the sources for MEDIA_URL to get an idea how this approach works).
(See also SeattleTestbed/clearinghouse#139)