diff --git a/README.md b/README.md
index 2fb5c082..6e28c039 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,7 @@ The update to v2 is progressing well - here is a list of work to do and done:
- [X] Delete extra values for Attributes that support multiple values
- [ ] Delete Attributes
- [ ] Templates to enable entries to conform to a custom standard
+ - [ ] Autopopulate attribute values
- [X] Login to LDAP server
- [X] Configure login by a specific attribute
- [X] Logout LDAP server
@@ -53,6 +54,7 @@ The update to v2 is progressing well - here is a list of work to do and done:
- [X] Import LDIF
- [X] Schema Browser
- [ ] Searching
+- [ ] Enforcing attribute uniqueness
- [ ] Is there something missing?
Support is known for these LDAP servers:
diff --git a/resources/themes/architect/views/layouts/partials/contentheader.blade.php b/resources/themes/architect/views/layouts/partials/contentheader.blade.php
index 897ed081..c4426d4c 100644
--- a/resources/themes/architect/views/layouts/partials/contentheader.blade.php
+++ b/resources/themes/architect/views/layouts/partials/contentheader.blade.php
@@ -27,7 +27,7 @@
@endif
@if(isset($page_actions) && $page_actions->contains('copy'))