Retires Support/donation/tiers page in favor of simple configurable link
This commit is contained in:
@@ -130,6 +130,15 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Donation -->
|
||||
<div class="form-section">
|
||||
<h3>Donation</h3>
|
||||
<div class="form-group">
|
||||
<label for="donation_url">External Donation URL</label>
|
||||
<input id="donation_url" type="url" [(ngModel)]="donation_url" name="donation_url" placeholder="https://example.com/donate">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-actions">
|
||||
<button type="button" class="btn btn-cancel" (click)="onClose()">Cancel</button>
|
||||
<button type="submit" class="btn btn-save" [disabled]="saving">
|
||||
|
||||
Reference in New Issue
Block a user