forked from server/reporter
test with unicode
This commit is contained in:
parent
d6f328f75e
commit
86d6323a87
@ -15,6 +15,13 @@
|
||||
"anzahl": {
|
||||
"type": "number",
|
||||
"desc": "Anzahl"
|
||||
},
|
||||
"zeit": {
|
||||
"type": "time",
|
||||
"desc": "uhrzeit"
|
||||
},
|
||||
"name":{
|
||||
"desc": "Dein Name"
|
||||
}
|
||||
},
|
||||
"RZ": {
|
||||
@ -24,5 +31,11 @@
|
||||
"WLAN": "hallo RZ, in Raum {{raum}} funkt das WLAN {{wlan}} nicht. das ist doof :(",
|
||||
"test": "ich bin ein test mit einer zahl: {{anzahl}}"
|
||||
}
|
||||
},
|
||||
"UB": {
|
||||
"mail": "fachschaft.wiai@uni-bamberg.de",
|
||||
"templates": {
|
||||
"Schließfächer ERBA": "Hallo Bib,\nich wollte heute total motiviert in die ERBA-Bib zum lernen, konnte aber kein freies Schließfach finden, obwohl ich morgens um {{zeit}} Uhr da war.\nKönnt ihr bitte dafür sorgen, dass der dauerhafte Belegung der Schließfächer energischer opponiert wird?\nDanke,\n{{name}}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf8">
|
||||
<title>spammer</title>
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}">
|
||||
<script type="application/javascript" src="{{url_for('static', filename='script.js') }}"></script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user