Added folder for german translation

This commit is contained in:
digitalcraftsman
2015-06-23 20:04:41 +02:00
parent 1bca172f53
commit ffa3ed81f5
270 changed files with 16240 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{{define "submission"}}<!DOCTYPE html>
<html>
<body>
{{if .Errors}}
<h2>Errors:</h2>
<ol>
{{range .Errors}}
<li>{{.}}</li>
{{end}}
</ol>
{{else}}
Profile successfully submitted.
{{end}}
</body>
</html>
{{end}}