Skip to content

Commit

Permalink
Update index.html text
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBernath committed Mar 15, 2024
1 parent f232421 commit 19a85a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/index.html
Expand Up @@ -6,9 +6,9 @@ <h1>{% block title %} Vernehmlassung 2000 {% endblock %}</h1>
<div class="form-group">
<label for="consultation_id" value="{{ request.args['consultation_id'] }}">Fedlex Nummer der Vernehmlassung</label>
<input type="text" class="form-control" name="consultation_id" aria-describedby="fedlexlHelp" value="{{ consultation_id }}" placeholder="172.010.1">
<small id="fedlexHelp" class="form-text text-muted">Fedlex Nummer für die eine Vernehmlassung gestartet werden sll (z.B. 172.010.1).</small>
<small id="fedlexHelp" class="form-text text-muted">SR-Nummer für die eine Vernehmlassung gestartet werden sll (z.B. 172.010.1).</small>
</div>
<button type="submit" class="btn btn-primary">Vernehmlassung laden</button>
<button type="submit" class="btn btn-primary">Gesetzestext laden</button>
</form>
<form>
{% for key in content %}
Expand Down

0 comments on commit 19a85a2

Please sign in to comment.