summary refs log tree commit diff stats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/gallery.crotmp2
-rw-r--r--templates/login.crotmp2
2 files changed, 3 insertions, 1 deletions
diff --git a/templates/gallery.crotmp b/templates/gallery.crotmp
index 2afe7e9..021b366 100644
--- a/templates/gallery.crotmp
+++ b/templates/gallery.crotmp
@@ -19,4 +19,6 @@
 
     </@>
 </div>
+<script type="text/javascript" src="/resources/js/bricks.js"></script>
+<script type="text/javascript" src="/resources/js/gallery.js"></script>
 </|>
diff --git a/templates/login.crotmp b/templates/login.crotmp
index 3dbee24..2a5587c 100644
--- a/templates/login.crotmp
+++ b/templates/login.crotmp
@@ -7,7 +7,7 @@
     </div>
     </?>
 
-    <input type="pass" name="pass" id="pass" placeholder="Password" required>
+    <input type="password" name="pass" id="pass" placeholder="Password" required>
     <br>
     <input type="submit" value="Log In" />
 </form>