diff --git a/scipost_django/scipost/templates/scipost/FAQ.html b/scipost_django/scipost/templates/scipost/FAQ.html index efad23ea1501a02d0a495c9848be2e96def76004..d3fcd86922e68c602bc45d7e39d143aa25afe7ed 100644 --- a/scipost_django/scipost/templates/scipost/FAQ.html +++ b/scipost_django/scipost/templates/scipost/FAQ.html @@ -38,11 +38,10 @@ <div id="journals_journals" class="collapse" role="tabpanel"> <p>The following Journals are currently being offered:</p> <ul> - <li>SciPost Physics</li> - <li>SciPost Physics Lecture Notes</li> - <li>SciPost Physics Proceedings</li> + {% for journal in journals.active.all %} + <li>{{ journal.name }}</li> + {% endfor %} </ul> - <p>These Journals cover all domains and subject areas within the field of Physics.</p> </div> </div>