Setup Tests
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{% extends "index.html" %}
|
||||
{% block content %}
|
||||
<h1>Verfügbare Raplas </h1>
|
||||
<form method="post" action={{ url_for ("getRapla") }}>
|
||||
<form id="dbForm" method="post" action={{ url_for ("getRapla") }}>
|
||||
<label for="file">Vefügbaren RAPLA wählen! </label>
|
||||
|
||||
<select name="file" id="file">
|
||||
@ -13,7 +13,7 @@
|
||||
<input type="submit" value="Importieren!">
|
||||
</form>
|
||||
<h1>Eigenen Rapla hinzufügen</h1>
|
||||
<form method="post" action={{ url_for ("getRapla") }}>
|
||||
<form id="manualForm" method="post" action={{ url_for ("getRapla") }}>
|
||||
<label for="url">Rapla-URL eingeben, falls Du Deinen Kurs nicht siehst:</label>
|
||||
<input type="url" name="url" id="url">
|
||||
<input type="submit" value="Importieren!">
|
||||
|
||||
Reference in New Issue
Block a user