Skip to content
Snippets Groups Projects
Commit ac9bd7ae authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

hotfix(newsletter): newsletter button broken

parent d5a31eb2
No related branches found
No related tags found
1 merge request!481Merge conflits V2.2.0
......@@ -23,7 +23,7 @@
</div>
<div class="button" fxLayout="row" fxLayoutAlign="space-around center">
<a routerLink="../home" class="btn btn-link">Annuler</a>
<button type="button" [disabled]="loading" class="btn btn-primary">
<button type="submit" [disabled]="loading" class="btn btn-primary">
<span *ngIf="loading" class="spinner-border spinner-border-sm mr-1"></span>
<div *ngIf="subscriptionMod">S'inscrire</div>
<div *ngIf="!subscriptionMod">Se désinscrire</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment