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

Make UI strings customizable more easily #4

Description

@aaaaalbert

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions