Skip to content

Commit

Permalink
feat: typos and small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jadyndev committed Dec 9, 2024
1 parent f8a0bc2 commit 2935954
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% if request.user in job.attempting_users %}
<h1>Drucke dieses Teil</h1>
<p>Auf gehts!</p>
<p>Information zum Drucken und Beispiele findest du im <a href="{% url 'faq' %}">FAQ</a>.</p>
<p>Information zum Drucken und Beispiele findest du hier: <a href="{% url 'info' %}">Info</a></p>
<div class="buttons">
<form action="{% url 'printjob_done' slug=job.slug %}" method="POST" class="cell small-6 medium-2">
{% csrf_token %}
Expand Down
4 changes: 2 additions & 2 deletions src/crowdprinter/templates/crowdprinter/printjob_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

{% block content %}
<div>
<h1 class="cell">Willkommen bei C3tactile!</h1>
<h1 class="cell">Willkommen bei c3tactile!</h1>
<p class="cell">
Wir wollen den 38C3 mit 3D-gedruckten Schildern zugänglicher machen! Wenn du einen 3D-Drucker, ein wenig
Filament und Zeit über hast, registriere dich bitte, wähle eines der Schilder aus der untenstehenden Liste,
drucke es entsprechend der Infos im <a href="{% url 'faq' %}">FAQ</a> aus und nimm es zum 38C3 mit.
drucke es entsprechend der <a href="{% url 'info' %}">Druckanleitung</a> aus und nimm es zum 38C3 mit.
Schilder, von denen wir mehrere brauchen, werden aus der Liste genommen, sobald ausreichend im Druck sind.
</p>
</div>
Expand Down

0 comments on commit 2935954

Please sign in to comment.