NINS_CODE/bahmniapps/registration/views/nolayoutfound.html

10 lines
235 B
HTML
Raw Normal View History

2024-12-12 22:37:39 +06:00
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>{{::'REGISTRATION_LABEL_NO_PRINT_LAYOUT' | translate}}</title>
</head>
<body>
<h1>{{::'REGISTRATION_LABEL_NO_PRINT_LAYOUT' | translate}}</h1>
</body>
</html>