Skip to content

Edit subscription fixes#24

Merged
GitTimeraider merged 1 commit intodevelopfrom
main
Sep 1, 2025
Merged

Edit subscription fixes#24
GitTimeraider merged 1 commit intodevelopfrom
main

Conversation

@GitTimeraider
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings September 1, 2025 14:14
@GitTimeraider GitTimeraider merged commit 5d88881 into develop Sep 1, 2025
4 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes several issues in the subscription editing template, including template corruption, form input configuration, and JavaScript functionality.

  • Removes corrupted HTML content and restores proper page structure
  • Adds proper step attribute to cost input field for decimal precision
  • Improves JavaScript initialization with proper DOM ready handling

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

{{ form.end_date.label(class="form-label") }}
{{ form.end_date(class="form-control") }}
<small class="form-text text-muted">Leave blank for infinite subscription • Dates displayed in {{ date_format_display }} format</small>-content-center">
<div class="row justify-content-center">
Copy link

Copilot AI Sep 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 6 appears to be missing opening content. The diff shows removal of corrupted HTML starting with 'cl' and ending with '-content-center'>', but the replacement only shows the closing part. This suggests the opening div tag or container element may be incomplete.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants