Skip to content
Snippets Groups Projects
Commit 21a509d9 authored by Martin Mechtel's avatar Martin Mechtel
Browse files

release 0.12.1 (bugfix person codes toemplate)

parent c90f0390
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
<!-- - - - - - - - - - - - - - - - - -->
<mat-card fxFlex="0 0 400px" *ngIf="showCodeForm">
<form [formGroup]="codeinputform" (ngSubmit)="codeinput()" *ngIf="">
<form [formGroup]="codeinputform" (ngSubmit)="codeinput()">
<mat-card-title>Anmelden</mat-card-title>
<mat-card-content>
<mat-form-field class="full-width">
......
......@@ -5,5 +5,5 @@ export const environment = {
testcenterUrl: '/',
appName: 'IQB-Testcenter',
appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen',
appVersion: '0.12.0 - 16.10.2018'
appVersion: '0.12.1 - 9.11.2018'
};
......@@ -4,7 +4,7 @@
export const environment = {
production: false,
testcenterUrl: 'https://www.iqb-testcenter.de/',
testcenterUrl: 'https://ocba.iqb.hu-berlin.de/',
appName: 'IQB-Testcenter',
appPublisher: 'IQB - Institut zur Qualitätsentwicklung im Bildungswesen',
appVersion: '0 (dev)'
......
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