mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-30 12:57:07 +01:00
added models
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
{% extends "main/base.html" %}
|
||||
{% block content %}
|
||||
|
||||
<div id="main-headline">
|
||||
<h2>{{ category_obj.title }}</h2>
|
||||
</div>
|
||||
<div id="list">
|
||||
<div class="list-item">
|
||||
<img src="c_icon.png"/>
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
{% extends "main/base.html" %}
|
||||
{% block content %}
|
||||
<div id="main-headline">
|
||||
<h2>How To Convert a String to Int</h2>
|
||||
<h2>{{ title }}</h2>
|
||||
</div>
|
||||
|
||||
<div id="main-content-code">
|
||||
<pre><code style="padding-top: 5px; padding-bottom: 5px;"class="language-c">int c;
|
||||
c = int.c * t/g;</code></pre>
|
||||
</div>
|
||||
<div id="main-content-code">
|
||||
<pre><code style="padding-top: 5px; padding-bottom: 5px;"class="language-{{category_title}}">{{code}}</code></pre>
|
||||
</div>
|
||||
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user