diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-18 18:04:39 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-18 18:42:26 -0700 |
commit | a1eebad359f6229fdba5fccef51a5e6d68e6fa88 (patch) | |
tree | 743e54d37b7b486674b729700487a2488f2cd81f /python/fatcat_web/templates/container_create.html | |
parent | a4ea1a0e13b1b8016bbfaa0f0fbf983f0abdd5a5 (diff) | |
download | fatcat-a1eebad359f6229fdba5fccef51a5e6d68e6fa88.tar.gz fatcat-a1eebad359f6229fdba5fccef51a5e6d68e6fa88.zip |
add guide editing links to edit forms and signup message
Diffstat (limited to 'python/fatcat_web/templates/container_create.html')
-rw-r--r-- | python/fatcat_web/templates/container_create.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/python/fatcat_web/templates/container_create.html b/python/fatcat_web/templates/container_create.html index 5dde37bf..5786d05d 100644 --- a/python/fatcat_web/templates/container_create.html +++ b/python/fatcat_web/templates/container_create.html @@ -6,10 +6,7 @@ <p>A "container" is a anything that groups publications together. For example, a journal (eg, "New England Journal of Medicine"), conference proceedings, a -book series, or a blog. - -<p>Not all publications are in a container. - +book series, or a blog. Not all publications are in a container. <form class="ui form" id="create_container_form" method="POST" action="/container/create"> {% endblock %} |