Skip to content
Snippets Groups Projects
Commit 763b2c33 authored by Thomas Riechert's avatar Thomas Riechert
Browse files

Abstract submission link on registration form changed

parent 5ffaf8fe
No related branches found
No related tags found
No related merge requests found
<div class="row">
<div class="col-12">
<h3>Zur Einreichung eines Abstracts nutzen Sie bitte folgenden Link</h3>
<a href="https://easychair.org/conferences/?conf=pcpreloaded2021">https://easychair.org/conferences/?conf=pcpreloaded2021</a>
</div>
</div>
<?php
if(isset($_POST['submit'])){
......@@ -18,15 +27,7 @@ if(isset($_POST['submit'])){
?>
<div class="row">
<div class="col-12">
<h3>Zur Einreichung eines Abstracts nutzen Sie bitte folgenden Link: <a href="https://easychair.org/conferences/?conf=pcpreloaded2021">https://easychair.org/conferences/?conf=pcpreloaded2021</a></h3>
</div>
</div>
<div class="row">
<div class="col-12">
......
<div class="row">
<div class="col-12">
<h3>Please use the following link to submit an abstract: <a href="https://easychair.org/conferences/?conf=pcpreloaded2021">https://easychair.org/conferences/?conf=pcpreloaded2021</a></h3>
<h3>Please use the following link to submit an abstract</h3>
<a href="https://easychair.org/conferences/?conf=pcpreloaded2021">https://easychair.org/conferences/?conf=pcpreloaded2021</a>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment